From 93b31660024522db60f32055da7c5663a1cce582 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 15 Jul 2018 00:53:59 +0200 Subject: [PATCH] Update Lexicon to 2.6.0, Certbot to 0.26.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 324f5e9b..4151da9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ LABEL maintainer="Adrien Ferrand " ENV PATH /scripts:$PATH # Versioning -ENV LEXICON_VERSION 2.4.4 -ENV CERTBOT_VERSION 0.25.1 +ENV LEXICON_VERSION 2.6.0 +ENV CERTBOT_VERSION 0.26.0 # Let's Encrypt configuration ENV LETSENCRYPT_STAGING false