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 b153426 commit 8d0a90cCopy full SHA for 8d0a90c
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.20-alpine
+FROM docker.io/library/golang:1.23.0-alpine3.20
8
9
LABEL maintainer="Luc Perkins <[email protected]>"
10
@@ -24,7 +24,7 @@ RUN mkdir $HOME/src && \
24
cd "hugo-${HUGO_VERSION}" && \
25
go install --tags extended
26
27
28
29
RUN apk add --no-cache \
30
runuser \
0 commit comments