From 6d87f0a4b799c53a1f641e75abe6847fb8323cbd Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Fri, 9 Jun 2017 12:58:53 -0400 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 b1ea67b..846d633 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -27,7 +27,7 @@ RUN apk --no-cache add \ RUN pip install acme -ENV CERTBOT_VERSION 0.14.2 +ENV CERTBOT_VERSION 0.15.0 RUN buildDeps=' \ git \