Skip to content

Commit

Permalink
Update alpine Docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and strayer committed Jan 17, 2024
1 parent caf07c9 commit b1c657c
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
@@ -1,4 +1,4 @@
FROM alpine:3.18 AS install
FROM alpine:3.19 AS install

ARG ACME_SH_GIT_REF=130e8dbd40b71a33dfb8adec7a7a681c2059a7a7

Expand All @@ -14,7 +14,7 @@ RUN git checkout "$ACME_SH_GIT_REF"

RUN CA_HOME=/data/ca ./acme.sh --install --home /acme.sh --cert-home /data/certs --no-cron --no-profile && rm /acme.sh/account.conf

FROM alpine:3.18
FROM alpine:3.19

RUN apk upgrade --no-cache

Expand Down

0 comments on commit b1c657c

Please sign in to comment.