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