Merge pull request #49529 from SayakMukhopadhyay/fix-container-build

Bump Golang version for local preview container image
This commit is contained in:
Kubernetes Prow Robot 2025-01-23 07:05:00 -08:00 committed by GitHub
commit ede181f7bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
# environment variable.
FROM docker.io/library/golang:1.23.0-alpine3.20
FROM docker.io/library/golang:1.23.1-alpine3.20
RUN apk add --no-cache \
curl \
@ -22,7 +22,7 @@ RUN mkdir $HOME/src && \
cd "hugo-${HUGO_VERSION}" && \
go install --tags extended
FROM docker.io/library/golang:1.23.0-alpine3.20
FROM docker.io/library/golang:1.23.1-alpine3.20
RUN apk add --no-cache \
runuser \