diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 90ff0fb..5077d6a 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -7,7 +7,7 @@ RUN apk --no-cache add \ libressl \ python3 -ENV CERTBOT_VERSION 0.38.0 +ENV CERTBOT_VERSION 1.0.0 RUN buildDeps=' \ build-base \