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 d261d25 commit ac57374Copy full SHA for ac57374
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