We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1eaff commit 1b62dc1Copy full SHA for 1b62dc1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.19-alpine as gobuild
+FROM golang:1.25.5-alpine as gobuild
2
3
WORKDIR /build
4
ADD go.mod go.sum /build/
@@ -7,7 +7,7 @@ ADD cmd /build/cmd
7
ADD pkg /build/pkg
8
RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' -o ./s3driver ./cmd/s3driver
9
10
-FROM alpine:3.17
+FROM alpine:3.23
11
LABEL maintainers="Vitaliy Filippov <vitalif@yourcmc.ru>"
12
LABEL description="csi-s3 slim image"
13
0 commit comments