We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 691a43d + ae8b9e1 commit 9e4a5a1Copy full SHA for 9e4a5a1
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ RUN go mod download
8
COPY . .
9
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o conductor .
10
11
-FROM alpine:3.21
+FROM alpine:3.23
12
13
RUN apk --no-cache add ca-certificates tzdata
14
0 commit comments