Skip to content

Commit 2565bcf

Browse files
authored
Merge branch 'main' into renovate/linode-sdks
2 parents bb23c0f + 90e392b commit 2565bcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY internal ./internal
1616

1717
RUN CGO_ENABLED=1 go build -a -ldflags "-w -s -X main.vendorVersion=${REV}" -o /bin/linode-blockstorage-csi-driver /linode
1818

19-
FROM alpine:3.22.2
19+
FROM alpine:3.23.0
2020
LABEL maintainers="Linode"
2121
LABEL description="Linode CSI Driver"
2222

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/linode/linode-blockstorage-csi-driver
22

33
go 1.25
44

5-
toolchain go1.25.3
5+
toolchain go1.25.5
66

77
require (
88
github.com/container-storage-interface/spec v1.12.0

0 commit comments

Comments
 (0)