We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d2f491 + 0e11114 commit 9dd6c5bCopy full SHA for 9dd6c5b
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG COMPOSER_VERSION=2.5.8
+ARG COMPOSER_VERSION=2.8.10
2
3
FROM composer:$COMPOSER_VERSION as composer
4
@@ -7,9 +7,9 @@ FROM golang:alpine as builder
7
# envsubst from gettext can not replace env vars with default values
8
# this package is not available for ARM32 and we have to build it from source code
9
# flag -ldflags "-s -w" produces a smaller executable
10
-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
11
12
-FROM alpine:3.18
+FROM alpine:3.19
13
14
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
15
0 commit comments