From 4592c527eab13fd397b83ac3256143c1e6915a4c Mon Sep 17 00:00:00 2001 From: Zoey2936 Date: Wed, 6 Dec 2023 01:17:36 +0000 Subject: [PATCH] update certbot version Signed-off-by: GitHub --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 544b7a9..81bd34d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ ENV PATH="/usr/local/certbot/bin:$PATH" RUN apk add --no-cache ca-certificates build-base libffi-dev && \ python3 -m venv /usr/local/certbot && \ pip install --no-cache-dir \ - certbot==2.7.4 \ - certbot-dns-cloudflare==2.7.4 + certbot==2.8.0 \ + certbot-dns-cloudflare==2.8.0 # needs go certbot-dns-multi==4.14.2 FROM scratch