Skip to content

Commit 9dd6c5b

Browse files
authored
Merge pull request #452 from wallabag/impr/updates
Update Alpine base image, envsubst and composer
2 parents 7d2f491 + 0e11114 commit 9dd6c5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG COMPOSER_VERSION=2.5.8
1+
ARG COMPOSER_VERSION=2.8.10
22

33
FROM composer:$COMPOSER_VERSION as composer
44

@@ -7,9 +7,9 @@ FROM golang:alpine as builder
77
# envsubst from gettext can not replace env vars with default values
88
# this package is not available for ARM32 and we have to build it from source code
99
# 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
10+
RUN go install -ldflags "-s -w" -v github.com/a8m/envsubst/cmd/envsubst@v1.4.3
1111

12-
FROM alpine:3.18
12+
FROM alpine:3.19
1313

1414
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
1515

0 commit comments

Comments
 (0)