1
0
mirror of https://github.com/wallabag/docker synced 2025-12-12 17:26:25 +00:00

Update envsubst to v1.4.3

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2025-07-17 17:21:44 +02:00
parent 7d2f4919c6
commit e1fafcc31f

View File

@@ -7,7 +7,7 @@ FROM golang:alpine as builder
# envsubst from gettext can not replace env vars with default values
# this package is not available for ARM32 and we have to build it from source code
# flag -ldflags "-s -w" produces a smaller executable
RUN go install -ldflags "-s -w" -v github.com/a8m/envsubst/cmd/envsubst@v1.3.0
RUN go install -ldflags "-s -w" -v github.com/a8m/envsubst/cmd/envsubst@v1.4.3
FROM alpine:3.18