From 15a0f52577a1f5c0d3d5bee0437a94637b0560eb Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 28 Apr 2026 09:09:40 +0200 Subject: [PATCH] fix https://github.com/acmesh-official/acme.sh/issues/6930#issuecomment-4327834577 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15439e5a..55a9cc67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.23 RUN apk --no-cache add -f \ openssl \