From f163f789695a1379e47c57b960c3759b76df6278 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 5 Dec 2019 16:44:38 -0800 Subject: [PATCH] update certbot Signed-off-by: Jess Frazelle --- certbot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \