Skip to content

Commit

Permalink
Merge pull request #49529 from SayakMukhopadhyay/fix-container-build
Browse files Browse the repository at this point in the history
Bump Golang version for local preview container image
  • Loading branch information
k8s-ci-robot authored Jan 23, 2025
2 parents abdc457 + 5513489 commit ede181f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit ede181f

Please sign in to comment.