Skip to content

Commit

Permalink
Version 2.3.0. Upgrade lexicon with a lot of bugfixes, update certbot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Ferrand committed Jun 17, 2018
1 parent 59ed6cc commit 88bb5fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL maintainer="Adrien Ferrand <[email protected]>"
ENV PATH /scripts:$PATH

# Versioning
ENV LEXICON_VERSION 2.3.0
ENV CERTBOT_VERSION 0.24.0
ENV LEXICON_VERSION 2.4.3
ENV CERTBOT_VERSION 0.25.1

# Let's Encrypt configuration
ENV LETSENCRYPT_STAGING false
Expand Down Expand Up @@ -34,6 +34,7 @@ RUN apk --no-cache --update add rsyslog git openssl libffi supervisor docker \
&& pip install "dns-lexicon[namecheap]==$LEXICON_VERSION" \
&& pip install "dns-lexicon[route53]==$LEXICON_VERSION" \
&& pip install "dns-lexicon[softlayer]==$LEXICON_VERSION" \
&& pip install "dns-lexicon[subreg]==$LEXICON_VERSION" \
&& pip install "dns-lexicon[transip]==$LEXICON_VERSION" \
&& mkdir -p /var/lib/letsencrypt/hooks \
&& mkdir -p /etc/supervisord.d \
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:2.2.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:2.2.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:2.2.0)
![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:2.3.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:2.3.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:2.3.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 @@
2.2.0
2.3.0

0 comments on commit 88bb5fd

Please sign in to comment.