Skip to content

Commit fc98afd

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

+1-1
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"

gator.Dockerfile

+1-1
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"

test/externaldata/dummy-provider/Dockerfile

+1-1
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
ARG BASEIMAGE="gcr.io/distroless/static:nonroot"
44

55
FROM --platform=$BUILDPLATFORM $BUILDERIMAGE as builder

test/image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-bullseye@sha256:b7575efc7b1ca22e9ce7510979d4c1b5564c970279a66aea44e8b57ed133bfc7 as builder
1+
FROM golang:1.24-bullseye@sha256:3c669c8fed069d80d199073b806243c4bf79ad117b797b96f18177ad9c521cff as builder
22

33
ARG BATS_VERSION
44
ARG ORAS_VERSION

test/pubsub/fake-subscriber/Dockerfile

+1-1
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
ARG BASEIMAGE="gcr.io/distroless/static:nonroot"
44

55
FROM --platform=$BUILDPLATFORM $BUILDERIMAGE as builder

0 commit comments

Comments
 (0)