Skip to content

Commit

Permalink
New version 1.1.0 including lexicon 2.1.10 and certbot 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Ferrand committed Aug 2, 2017
1 parent 5ceaaaf commit 8d9d9f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
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]
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# adferrand/letsencrypt-dns
![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:1.0.1.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:1.0.1.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:1.0.1)
![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:1.1.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:1.1.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:1.1.0)

* [Container functionalities](#container-functionalities)
* [Why use this Docker](#why-use-this-docker-)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.1.0

0 comments on commit 8d9d9f3

Please sign in to comment.