From 8a2faa049a2124169f3082ebd48d45fa14e390c0 Mon Sep 17 00:00:00 2001 From: Anil Kulkarni Date: Thu, 5 Feb 2026 04:30:04 -0800 Subject: [PATCH] Update acme.sh to 3.1.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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