File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
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.21@sha256:7026fb72cfa9cc112e4d1bf4b35a15cac61a413d0252d06615808e7c987b33a7 as builder
17
+ FROM golang:1.22 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 13
13
# limitations under the License.
14
14
15
15
FROM alpine as builder
16
- ARG KUBE_VERSION=v1.29.4
16
+ ARG KUBE_VERSION=v1.29.11
17
17
ARG TARGETARCH
18
18
19
19
RUN apk add --no-cache curl && \
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.21@sha256:7026fb72cfa9cc112e4d1bf4b35a15cac61a413d0252d06615808e7c987b33a7 as builder
20
+ FROM --platform=$BUILDPLATFORM golang:1.22 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