Skip to content

Commit

Permalink
Update acme to v3.0.9 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
intentionally-left-nil authored Nov 17, 2024
1 parent a4b4b04 commit 1bbf1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM nginx:mainline-alpine
ARG acme_version=3.0.7
ARG acme_version=3.0.9

RUN apk update && apk add --no-cache curl openssl jq git
RUN git clone --depth 1 --branch "$acme_version" https://github.com/acmesh-official/acme.sh.git /opt/acme.sh
Expand Down

0 comments on commit 1bbf1b4

Please sign in to comment.