Skip to content

Commit 9be27d7

Browse files
committed
update alpine version used
1 parent e32c051 commit 9be27d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/cloudstack-csi-driver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
1818
go build -ldflags "${LDFLAGS}" -o cloudstack-csi-driver ./cmd/cloudstack-csi-driver
1919

20-
FROM alpine:3.18
20+
FROM alpine:3.21
2121

2222
LABEL \
2323
org.opencontainers.image.description="CloudStack CSI driver" \

cmd/cloudstack-csi-sc-syncer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
1818
go build -ldflags "${LDFLAGS}" -o cloudstack-csi-sc-syncer ./cmd/cloudstack-csi-sc-syncer
1919

20-
FROM alpine:3.18
20+
FROM alpine:3.21
2121

2222
LABEL \
2323
org.opencontainers.image.description="CloudStack disk offering to Kubernetes storage class syncer" \

0 commit comments

Comments
 (0)