Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

chore(deps): update certbot/dns-route53 docker tag to v1.32.2 #2259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
#
# make sure that the file has 0400 permissions with:
# chmod 0400 ./docker/data/certbot/cloudflare.ini
image: certbot/dns-route53:v1.31.0
image: certbot/dns-route53:v1.32.2
entrypoint: sh /entrypoint.sh
container_name: certbot
restart: unless-stopped
Expand Down