1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-20 23:41:45 +00:00

Upgrade golang version for Dockerfile

https://github.com/gohugoio/hugo/issues/8210
relates to: 
This commit is contained in:
Systemkern 2021-02-28 12:46:30 +01:00 committed by Bjørn Erik Pedersen
parent 60469f429e
commit 5afcae7e0b

View file

@ -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 .