From eb82474eb8d79d59818ec1192c2030202c8521fa Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 2 Sep 2021 08:09:16 -0400 Subject: [PATCH] Hugo v0.88.0, Go v1.17 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 18ece2c..2efdde0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 # ---