File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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.6
16
16
17
- FROM golang:1.24.7 @sha256:87916acb3242b6259a26deaa7953bdc6a3a6762a28d340e4f1448e7b5c27c009 AS builder
17
+ FROM golang:1.25.1 @sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 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.24.7 @sha256:87916acb3242b6259a26deaa7953bdc6a3a6762a28d340e4f1448e7b5c27c009 AS builder
20
+ FROM --platform=$BUILDPLATFORM golang:1.25.1 @sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 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