From 42281e20071840c1210cb8c150a311c231c5731d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ky=C3=A2ne?= <kyane@kyane.fr>
Date: Wed, 8 Jul 2020 17:42:45 +0200
Subject: [PATCH] Upgrade version

---
 pica-tls-certs-monitor/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pica-tls-certs-monitor/Dockerfile b/pica-tls-certs-monitor/Dockerfile
index 28c7c0fb..a70abba0 100644
--- a/pica-tls-certs-monitor/Dockerfile
+++ b/pica-tls-certs-monitor/Dockerfile
@@ -6,7 +6,7 @@ RUN apk add --no-cache python3 \
     && python3 -m ensurepip \
     && rm -r /usr/lib/python*/ensurepip
 
-ENV TLS_CERTS_MONITOR_VERSION=v1.4
+ENV TLS_CERTS_MONITOR_VERSION=v1.5
 
 RUN wget -O /tmp/sources.tar.gz https://gitlab.utc.fr/picasoft/projets/tls-cert-monitor/-/archive/$TLS_CERTS_MONITOR_VERSION/tls-cert-monitor-$TLS_CERTS_MONITOR_VERSION.tar.gz \
     && mkdir /tmp/sources \
-- 
GitLab