Skip to content

Commit

Permalink
Release 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Dec 7, 2019
1 parent 6f09c8a commit da81c76
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2.20.0 - 07/12/2019]
### Modified
* Update Lexicon to 3.3.11 (add HostingDE, RcodeZero)
* Update Certbot to 1.0.0

## [2.19.0 - 04/11/2019]
### Modified
* Update Lexicon to 3.3.8 (add HostingDE, RcodeZero)
Expand Down
4 changes: 2 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 3.3.8
ENV CERTBOT_VERSION 0.39.0
ENV LEXICON_VERSION 3.3.11
ENV CERTBOT_VERSION 1.0.0

# Install dependencies, certbot, lexicon, prepare for first start and clean
RUN apk --no-cache --update add rsyslog git libffi libxml2 libxslt libstdc++ openssl docker ethtool tzdata bash bind-tools \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# &nbsp;![](https://raw.githubusercontent.com/adferrand/docker-letsencrypt-dns/master/images/logo_from_realies_200px.png) adferrand/letsencrypt-dns
![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:2.19.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:2.19.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:2.19.0) [![CircleCI](https://circleci.com/gh/adferrand/docker-letsencrypt-dns/tree/master.svg?style=shield)](https://circleci.com/gh/adferrand/docker-letsencrypt-dns/tree/master)
![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:2.19.0) [![CircleCI](https://circleci.com/gh/adferrand/docker-letsencrypt-dns/tree/master.svg?style=shield)](https://circleci.com/gh/adferrand/docker-letsencrypt-dns/tree/master)

* [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.19.0
2.20.0

0 comments on commit da81c76

Please sign in to comment.