-
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.
New version 1.1.0 including lexicon 2.1.10 and certbot 0.16.0
- Loading branch information
Adrien Ferrand
committed
Aug 2, 2017
1 parent
5ceaaaf
commit 8d9d9f3
Showing
3 changed files
with
5 additions
and
5 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]> | ||
|
||
ENV LEXICON_VERSION 2.1.8 | ||
ENV CERTBOT_VERSION 0.15.0 | ||
ENV LEXICON_VERSION 2.1.10 | ||
ENV CERTBOT_VERSION 0.16.0 | ||
|
||
ENV LETSENCRYPT_STAGING false | ||
ENV LETSENCRYPT_USER_MAIL [email protected] | ||
|
@@ -12,7 +12,7 @@ ENV LEXICON_PROVIDER cloudflare | |
RUN apk --no-cache --update add rsyslog git openssl libffi inotify-tools supervisor docker \ | ||
&& apk --no-cache --update --virtual build-dependencies add libffi-dev openssl-dev python-dev build-base \ | ||
# Install certbot | ||
&& pip install certbot \ | ||
&& pip install "certbot==$CERTBOT_VERSION" \ | ||
# Install lexicon | ||
&& pip install requests[security] "dns-lexicon==$LEXICON_VERSION" \ | ||
# Prepare for first start, and clean | ||
|
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.0.1 | ||
1.1.0 |