Skip to content

Commit ac57374

Browse files
Fricounetantoine-gaillard
authored andcommitted
[local] Bump dockerfiles to go 1.21
1 parent d261d25 commit ac57374

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/csi-snapshotter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_IMAGE
22

3-
FROM golang:1.20 as builder
3+
FROM golang:1.21 as builder
44
WORKDIR /go/src/kubernetes-csi/external-snapshotter
55
ADD . .
66
ENV GOFLAGS="-buildvcs=false"

cmd/snapshot-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_IMAGE
22

3-
FROM golang:1.20 as builder
3+
FROM golang:1.21 as builder
44
WORKDIR /go/src/kubernetes-csi/external-snapshotter
55
ADD . .
66
ENV GOFLAGS="-buildvcs=false"

0 commit comments

Comments
 (0)