We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b5364 commit d2d0613Copy full SHA for d2d0613
cmd/csi-snapshotter/Dockerfile
@@ -1,6 +1,6 @@
1
ARG BASE_IMAGE
2
3
-FROM golang:1.20 as builder
+FROM golang:1.21 as builder
4
WORKDIR /go/src/kubernetes-csi/external-snapshotter
5
ADD . .
6
ENV GOFLAGS="-buildvcs=false"
cmd/snapshot-controller/Dockerfile
0 commit comments