mirror of
https://github.com/status-im/infra-role-certbot.git
synced 2025-02-20 14:48:10 +00:00
upgrade Docker image to 1.25.0
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4b93ca8104
commit
4dc296d6b8
@ -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).
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# vim:ft=sh
|
||||
set -e
|
||||
|
||||
function stop_services() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user