mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
#8210 Upgrade golang version for Dockerfile
https://github.com/gohugoio/hugo/issues/8210 relates to: #8210
This commit is contained in:
parent
60469f429e
commit
5afcae7e0b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Twitter: https://twitter.com/gohugoio
|
||||
# Website: https://gohugo.io/
|
||||
|
||||
FROM golang:1.15-alpine AS build
|
||||
FROM golang:1.16-alpine AS build
|
||||
|
||||
# Optionally set HUGO_BUILD_TAGS to "extended" or "nodeploy" when building like so:
|
||||
# docker build --build-arg HUGO_BUILD_TAGS=extended .
|
||||
|
|
Loading…
Reference in a new issue