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.
2 parents bb23c0f + 90e392b commit 2565bcfCopy full SHA for 2565bcf
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.22.2
+FROM alpine:3.23.0
20
LABEL maintainers="Linode"
21
LABEL description="Linode CSI Driver"
22
go.mod
@@ -2,7 +2,7 @@ module github.com/linode/linode-blockstorage-csi-driver
2
3
go 1.25
4
5
-toolchain go1.25.3
+toolchain go1.25.5
6
7
require (
8
github.com/container-storage-interface/spec v1.12.0
0 commit comments