We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b3ebb commit 5513489Copy full SHA for 5513489
Dockerfile
@@ -4,7 +4,7 @@
4
# change is that the Hugo version is now an overridable argument rather than a fixed
5
# environment variable.
6
7
-FROM docker.io/library/golang:1.23.0-alpine3.20
+FROM docker.io/library/golang:1.23.1-alpine3.20
8
9
RUN apk add --no-cache \
10
curl \
@@ -22,7 +22,7 @@ RUN mkdir $HOME/src && \
22
cd "hugo-${HUGO_VERSION}" && \
23
go install --tags extended
24
25
26
27
28
runuser \
0 commit comments