Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSystemkern <rainer@systemkern.com>2021-02-28 14:46:30 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-28 16:14:06 +0300
commit5afcae7e0b4c08bc37db6e34ab4cf960558f4b6e (patch)
tree37f8cf662248e118c9c44a76798da32f15a2f3ec /Dockerfile
parent60469f429e227631d76d951f2ed92986f0bd92e9 (diff)
#8210 Upgrade golang version for Dockerfile
https://github.com/gohugoio/hugo/issues/8210 relates to: #8210
Diffstat (limited to 'Dockerfile')
-rwxr-xr-xDockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 75ed38969..473296ad0 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 .