Update Hugo version

This commit is contained in:
Jihoon Seo
2022-04-21 10:53:28 +09:00
parent 7acae8a086
commit 400e10a832
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
# change is that the Hugo version is now an overridable argument rather than a fixed
# environment variable.
FROM golang:1.16-alpine
FROM golang:1.18-alpine
LABEL maintainer="Luc Perkins <lperkins@linuxfoundation.org>"
@@ -24,7 +24,7 @@ RUN mkdir $HOME/src && \
cd "hugo-${HUGO_VERSION}" && \
go install --tags extended
FROM golang:1.16-alpine
FROM golang:1.18-alpine
RUN apk add --no-cache \
runuser \