Skip to content

Commit

Permalink
Merge pull request #354 from wallabag/alpine318
Browse files Browse the repository at this point in the history
Update base alpine to 3.18
  • Loading branch information
j0k3r authored Jul 24, 2023
2 parents 5790e0d + 98ed473 commit 92fcba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ 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/[email protected]

FROM alpine:3.17
FROM alpine:3.18

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

ARG WALLABAG_VERSION=2.6.1
ARG WALLABAG_VERSION=master

RUN set -ex \
&& apk add --no-cache \
Expand Down

0 comments on commit 92fcba3

Please sign in to comment.