Fix: updated golang version to avoid breaking the build

Signed-off-by: mbianchidev <matteo@mb-consulting.dev>
pull/47655/head
mbianchidev 2024-08-23 18:59:13 +02:00
parent b153426c85
commit 8d0a90c20b
No known key found for this signature in database
GPG Key ID: 719E8895630CB7EF
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# change is that the Hugo version is now an overridable argument rather than a fixed # change is that the Hugo version is now an overridable argument rather than a fixed
# environment variable. # environment variable.
FROM docker.io/library/golang:1.20-alpine FROM docker.io/library/golang:1.23.0-alpine3.20
LABEL maintainer="Luc Perkins <lperkins@linuxfoundation.org>" LABEL maintainer="Luc Perkins <lperkins@linuxfoundation.org>"
@ -24,7 +24,7 @@ RUN mkdir $HOME/src && \
cd "hugo-${HUGO_VERSION}" && \ cd "hugo-${HUGO_VERSION}" && \
go install --tags extended go install --tags extended
FROM docker.io/library/golang:1.20-alpine FROM docker.io/library/golang:1.23.0-alpine3.20
RUN apk add --no-cache \ RUN apk add --no-cache \
runuser \ runuser \