From 820e04008276d83fd3f12806d1a3a16cc39c3afe Mon Sep 17 00:00:00 2001 From: TheSpad Date: Tue, 22 Nov 2022 21:15:12 +0000 Subject: [PATCH 1/2] Pin acme to certbot version --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + Dockerfile.armhf | 1 + 3 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index ce6e588..a513d9b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -101,6 +101,7 @@ RUN \ pip3 install -U \ pip wheel && \ pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \ + acme==${CERTBOT_VERSION} \ ${CERTBOT} \ certbot-dns-acmedns \ certbot-dns-aliyun \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index b810c43..10f626c 100755 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -101,6 +101,7 @@ RUN \ pip3 install -U \ pip wheel && \ pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \ + acme==${CERTBOT_VERSION} \ ${CERTBOT} \ certbot-dns-acmedns \ certbot-dns-aliyun \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 92c2a25..a33bdab 100755 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -101,6 +101,7 @@ RUN \ pip3 install -U \ pip wheel && \ pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \ + acme==${CERTBOT_VERSION} \ ${CERTBOT} \ certbot-dns-acmedns \ certbot-dns-aliyun \ From 9738646eef066b7606cf62e904be0762f5085461 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Tue, 22 Nov 2022 21:31:11 +0000 Subject: [PATCH 2/2] Update changelog --- readme-vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readme-vars.yml b/readme-vars.yml index 3021b7e..f665c70 100755 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -157,6 +157,7 @@ app_setup_nginx_reverse_proxy_block: "" # changelog changelogs: + - { date: "22.11.22:", desc: "Pin acme to the same version as certbot."} - { date: "22.11.22:", desc: "Pin certbot to 1.32.0 until plugin compatibility improves."} - { date: "05.11.22:", desc: "Update acmedns plugin handling."} - { date: "06.10.22:", desc: "Switch to certbot-dns-duckdns. Update cpanel and gandi dns plugin handling. Minor adjustments to init logic." }