-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Certbox to 0.18.2. Correct README.
- Loading branch information
Adrien Ferrand
committed
Oct 1, 2017
1 parent
31edfa9
commit 1480f0e
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM python:alpine3.6 | ||
MAINTAINER Adrien Ferrand <[email protected]> | ||
LABEL maintainer="Adrien Ferrand <[email protected]>" | ||
|
||
ENV LEXICON_VERSION 2.1.10 | ||
ENV CERTBOT_VERSION 0.17.0 | ||
ENV CERTBOT_VERSION 0.18.2 | ||
|
||
ENV LETSENCRYPT_STAGING false | ||
ENV LETSENCRYPT_USER_MAIL [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.0 | ||
1.3.0 |