mirror of
https://github.com/wallabag/docker
synced 2026-07-31 09:01:44 +00:00
Merge pull request #476 from adamthiede/master
update alpine image to 3.24
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ FROM golang:alpine AS builder
|
|||||||
# flag -ldflags "-s -w" produces a smaller executable
|
# flag -ldflags "-s -w" produces a smaller executable
|
||||||
RUN go install -ldflags "-s -w" -v github.com/a8m/envsubst/cmd/envsubst@v1.4.3
|
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
|
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user