diff --git a/Dockerfile b/Dockerfile index 953949f6..9938366f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM python:alpine3.6 -MAINTAINER Adrien Ferrand +LABEL maintainer="Adrien Ferrand " ENV LEXICON_VERSION 2.1.10 -ENV CERTBOT_VERSION 0.17.0 +ENV CERTBOT_VERSION 0.18.2 ENV LETSENCRYPT_STAGING false ENV LETSENCRYPT_USER_MAIL noreply@example.com diff --git a/README.md b/README.md index ea012bb3..333c14ef 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ When using a DNS challenge, a TXT entry must be inserted in the DNS zone carying This container will do the hard work for you, thanks to the association between Certbox and Lexicon, and 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 access key to the API. -Following DNS provider are supported: AWS Route53, Cloudflare, CloudXNS, DigitalOcean, DNSimple, DnsMadeEasy, DNSPark, DNSPod, EasyDNS, Gandi, Glesys, LuaDNS, Memset, Namesilo, NS1, OVH, PointHQ, PowerDNS, Rage4, Transip, Yandex, Vultr. +Following DNS provider are supported: AWS Route53, Cloudflare, CloudXNS, DigitalOcean, DNSimple, DnsMadeEasy, DNSPark, DNSPod, EasyDNS, Gandi, Glesys, GoDaddy, LuaDNS, Memset, Namesilo, NS1, OVH, PointHQ, PowerDNS, Rage4, SoftLayer, Transip, Yandex, Vultr. 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 26aaba0e..f0bb29e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0