diff --git a/Dockerfile b/Dockerfile index f0c4f485..bc9b4fd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ LABEL maintainer="Adrien Ferrand " ENV PATH /scripts:$PATH # Versioning -ENV LEXICON_VERSION 2.1.14 -ENV CERTBOT_VERSION 0.19.0 +ENV LEXICON_VERSION 2.1.16 +ENV CERTBOT_VERSION 0.20.0 # Let's Encrypt configuration ENV LETSENCRYPT_STAGING false diff --git a/README.md b/README.md index 4134f85e..a5c3d887 100644 --- a/README.md +++ b/README.md @@ -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.4.3.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:1.4.3.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:1.4.3) +![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:1.5.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:1.5.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:1.5.0) * [Container functionalities](#container-functionalities) * [Why use this Docker](#why-use-this-docker-) @@ -84,7 +84,7 @@ When using a DNS challenge, a TXT entry must be inserted in the DNS zone which m This container will do the hard work for you, thanks to the association between [Certbot](https://certbot.eff.org/) and [Lexicon](https://github.com/AnalogJ/lexicon): DNS provider API will be called automatically to insert the TXT record when needed. All you have to do is to define for Lexicon the DNS provider to use, and the API access key. -Following DNS provider are supported: AWS Route53, Cloudflare, ClouDNS, CloudXNS, DigitalOcean, DNSimple, DnsMadeEasy, DNSPark, DNSPod, EasyDNS, Gandi, Glesys, GoDaddy, LuaDNS, Memset, Namesilo, NS1, OVH, PointHQ, PowerDNS, Rage4, SoftLayer, Transip, Yandex, Vultr, Zonomi. +Following DNS provider are supported: AWS Route53, Cloudflare, ClouDNS, CloudXNS, DigitalOcean, DNSimple, DnsMadeEasy, DNSPark, DNSPod, EasyDNS, Gandi, Glesys, GoDaddy, Linode, LuaDNS, Memset, Namesilo, NS1, OVH, PointHQ, PowerDNS, Rage4, SoftLayer, Transip, Yandex, Vultr, Zonomi. The DNS provider is choosen by setting an environment variable passed to the container: `LEXICON_PROVIDER (default: cloudflare)`. diff --git a/VERSION b/VERSION index 3c80e4f0..3e1ad720 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.3 \ No newline at end of file +1.5.0 \ No newline at end of file