We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e858cd0 + 5d9cc5e commit 48bc8c4Copy full SHA for 48bc8c4
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ FROM golang:alpine AS builder
9
# flag -ldflags "-s -w" produces a smaller executable
10
RUN go install -ldflags "-s -w" -v github.com/a8m/envsubst/cmd/envsubst@v1.4.3
11
12
-FROM alpine:3.22
+FROM alpine:3.24
13
14
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
15
0 commit comments