hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 5afcae7e0b4c08bc37db6e34ab4cf960558f4b6e
parent 60469f429e227631d76d951f2ed92986f0bd92e9
Author: Systemkern <rainer@systemkern.com>
Date:   Sun, 28 Feb 2021 12:46:30 +0100

#8210 Upgrade golang version for Dockerfile

https://github.com/gohugoio/hugo/issues/8210
relates to: #8210

Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 .