diff --git a/Dockerfile b/Dockerfile index a695cd6..8f49c60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM nginx:mainline-alpine -ARG acme_version=3.1.0 +ARG acme_version=3.1.2 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