mirror of
https://github.com/wallabag/docker
synced 2025-12-15 18:56:29 +00:00
Update envsubst to v1.4.3
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@@ -7,7 +7,7 @@ FROM golang:alpine as builder
|
|||||||
# envsubst from gettext can not replace env vars with default values
|
# 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
|
# this package is not available for ARM32 and we have to build it from source code
|
||||||
# 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.3.0
|
RUN go install -ldflags "-s -w" -v github.com/a8m/envsubst/cmd/envsubst@v1.4.3
|
||||||
|
|
||||||
FROM alpine:3.18
|
FROM alpine:3.18
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user