Skip to content
Snippets Groups Projects
Verified Commit dc037644 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[TLSCertsMonitor] Bump to 1.6

parent 07ad4b33
No related branches found
No related tags found
No related merge requests found
......@@ -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.5.1
ENV TLS_CERTS_MONITOR_VERSION=v1.6
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 \
......
......@@ -2,7 +2,7 @@ version: '3.7'
services:
tls-certs-monitor:
image: registry.picasoft.net/pica-tls-certs-monitor:v1.5.1
image: registry.picasoft.net/pica-tls-certs-monitor:v1.6
build: .
container_name: tls-certs-monitor
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment