Skip to content

Commit e482fed

Browse files
chore(deps): update golang docker tag to v1.24
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 24c4151 commit e482fed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BUILDPLATFORM="linux/amd64"
2-
ARG BUILDERIMAGE="golang:1.23-bullseye"
2+
ARG BUILDERIMAGE="golang:1.24-bullseye"
33
# Use distroless as minimal base image to package the manager binary
44
# Refer to https://github.com/GoogleContainerTools/distroless for more details
55
ARG BASEIMAGE="gcr.io/distroless/cc-debian11:nonroot"

build/tooling/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-bullseye@sha256:b7575efc7b1ca22e9ce7510979d4c1b5564c970279a66aea44e8b57ed133bfc7
1+
FROM golang:1.24-bullseye@sha256:ab9b6de58c573ffd99dbc2be54bbc9a206eb736f6be491fc07d3d2cde2c2cfe7
22

33
RUN GO111MODULE=on go install sigs.k8s.io/controller-tools/cmd/[email protected]
44
RUN GO111MODULE=on go install k8s.io/code-generator/cmd/[email protected]

gator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BUILDPLATFORM="linux/amd64"
2-
ARG BUILDERIMAGE="golang:1.23-bullseye"
2+
ARG BUILDERIMAGE="golang:1.24-bullseye"
33
# Use distroless as minimal base image to package the manager binary
44
# Refer to https://github.com/GoogleContainerTools/distroless for more details
55
ARG BASEIMAGE="gcr.io/distroless/static:nonroot"

0 commit comments

Comments
 (0)