Skip to content

Commit

Permalink
pin certbot to v1.3.0 in Dockerfile, latest is causing trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
badjware committed Mar 29, 2020
1 parent caa816c commit 0be3a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM certbot/certbot:latest
FROM certbot/certbot:v1.3.0

RUN pip install certbot-dns-cpanel

0 comments on commit 0be3a50

Please sign in to comment.