1
0
mirror of https://github.com/wallabag/docker synced 2026-06-27 08:44:14 +00:00

update alpine image to 3.24

This commit is contained in:
adamthiede
2026-06-14 10:27:30 -05:00
parent e858cd0e17
commit 5d9cc5e992
+1 -1
View File
@@ -9,7 +9,7 @@ FROM golang:alpine AS builder
# flag -ldflags "-s -w" produces a smaller executable
RUN go install -ldflags "-s -w" -v github.com/a8m/envsubst/cmd/envsubst@v1.4.3
FROM alpine:3.22
FROM alpine:3.24
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst