1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 01:36:28 +00:00

Update base alpine to 3.18

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2023-07-22 18:23:26 +02:00
parent 5790e0d029
commit c0c280b606

View File

@@ -5,7 +5,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.3.0
FROM alpine:3.17
FROM alpine:3.18
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst