File tree 5 files changed +5
-5
lines changed
externaldata/dummy-provider
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
ARG BUILDPLATFORM="linux/amd64"
2
- ARG BUILDERIMAGE="golang:1.23 -bullseye"
2
+ ARG BUILDERIMAGE="golang:1.24 -bullseye"
3
3
# Use distroless as minimal base image to package the manager binary
4
4
# Refer to https://github.com/GoogleContainerTools/distroless for more details
5
5
ARG BASEIMAGE="gcr.io/distroless/cc-debian11:nonroot"
Original file line number Diff line number Diff line change 1
1
ARG BUILDPLATFORM="linux/amd64"
2
- ARG BUILDERIMAGE="golang:1.23 -bullseye"
2
+ ARG BUILDERIMAGE="golang:1.24 -bullseye"
3
3
# Use distroless as minimal base image to package the manager binary
4
4
# Refer to https://github.com/GoogleContainerTools/distroless for more details
5
5
ARG BASEIMAGE="gcr.io/distroless/static:nonroot"
Original file line number Diff line number Diff line change 1
1
ARG BUILDPLATFORM="linux/amd64"
2
- ARG BUILDERIMAGE="golang:1.23 -bullseye"
2
+ ARG BUILDERIMAGE="golang:1.24 -bullseye"
3
3
ARG BASEIMAGE="gcr.io/distroless/static:nonroot"
4
4
5
5
FROM --platform=$BUILDPLATFORM $BUILDERIMAGE as builder
Original file line number Diff line number Diff line change 1
- FROM golang:1.23 -bullseye@sha256:b7575efc7b1ca22e9ce7510979d4c1b5564c970279a66aea44e8b57ed133bfc7 as builder
1
+ FROM golang:1.24 -bullseye@sha256:3c669c8fed069d80d199073b806243c4bf79ad117b797b96f18177ad9c521cff as builder
2
2
3
3
ARG BATS_VERSION
4
4
ARG ORAS_VERSION
Original file line number Diff line number Diff line change 1
1
ARG BUILDPLATFORM="linux/amd64"
2
- ARG BUILDERIMAGE="golang:1.23 -bullseye"
2
+ ARG BUILDERIMAGE="golang:1.24 -bullseye"
3
3
ARG BASEIMAGE="gcr.io/distroless/static:nonroot"
4
4
5
5
FROM --platform=$BUILDPLATFORM $BUILDERIMAGE as builder
You can’t perform that action at this time.
0 commit comments