From 0be3a5072c684a67d9706235e73820d69fa2a9b7 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Sun, 29 Mar 2020 16:50:03 -0400 Subject: [PATCH] pin certbot to v1.3.0 in Dockerfile, latest is causing trouble --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a13da2..cab73d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM certbot/certbot:latest +FROM certbot/certbot:v1.3.0 RUN pip install certbot-dns-cpanel