1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-06-29 03:45:41 -04:00

Hugo v0.88.0, Go v1.17

This commit is contained in:
2021-09-02 08:09:16 -04:00
parent 90b15c893d
commit eb82474eb8

View File

@ -1,10 +1,10 @@
# the following version can be overridden at image build time with --build-arg
ARG HUGO_VERSION=0.87.0
ARG HUGO_VERSION=0.88.0
# remove/comment the following line completely to compile vanilla Hugo:
ARG HUGO_BUILD_TAGS=extended
# Hugo >= v0.81.0 requires Go 1.16+ to build
ARG GO_VERSION=1.16
ARG GO_VERSION=1.17
ARG ALPINE_VERSION=3.14
# ---