Skip to content

Commit 5d9cc5e

Browse files
committed
update alpine image to 3.24
1 parent e858cd0 commit 5d9cc5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM golang:alpine AS builder
99
# flag -ldflags "-s -w" produces a smaller executable
1010
RUN go install -ldflags "-s -w" -v github.com/a8m/envsubst/cmd/envsubst@v1.4.3
1111

12-
FROM alpine:3.22
12+
FROM alpine:3.24
1313

1414
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
1515

0 commit comments

Comments
 (0)