File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
ARG BASEIMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.4
16
16
17
- FROM golang:1.23.8 @sha256:87bb94031b23532885cbda15e9a365a5805059648a87ed1b67a1352dd7360fe4 AS builder
17
+ FROM golang:1.24.2 @sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 AS builder
18
18
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
19
19
ADD . .
20
20
ARG TARGETARCH
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG BASEIMAGE_CORE=gcr.io/k8s-staging-e2e-test-images/windows-servercore-cache:1
17
17
18
18
FROM --platform=linux/amd64 ${BASEIMAGE_CORE} AS core
19
19
20
- FROM --platform=$BUILDPLATFORM golang:1.23.8 @sha256:87bb94031b23532885cbda15e9a365a5805059648a87ed1b67a1352dd7360fe4 AS builder
20
+ FROM --platform=$BUILDPLATFORM golang:1.24.2 @sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 AS builder
21
21
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
22
22
ADD . .
23
23
ARG TARGETARCH
You can’t perform that action at this time.
0 commit comments