We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccbc4d commit 4b673deCopy full SHA for 4b673de
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ COPY internal ./internal
16
17
RUN CGO_ENABLED=1 go build -a -ldflags "-w -s -X main.vendorVersion=${REV}" -o /bin/linode-blockstorage-csi-driver /linode
18
19
-FROM alpine:3.20.3
+FROM alpine:3.22.2
20
LABEL maintainers="Linode"
21
LABEL description="Linode CSI Driver"
22
0 commit comments