upgrade Docker image to 1.25.0

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-03-31 16:34:36 +02:00
parent 4b93ca8104
commit 4dc296d6b8
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ certbot_containers_to_stop: []
# Use docker container to manage certificates.
certbot_docker_enabled: false
certbot_docker_cont_name: 'certbot'
certbot_docker_cont_tag: 'v1.15.0'
certbot_docker_cont_tag: 'v1.25.0'
certbot_docker_cont_image: 'certbot/certbot:{{ certbot_docker_cont_tag }}'
# Certbot auto-renew cron job configuration (for certificate renewals).

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# vim:ft=sh
set -e
function stop_services() {