mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-05-28 04:58:43 +09:00
Pin acme to certbot version
This commit is contained in:
@@ -101,6 +101,7 @@ RUN \
|
|||||||
pip3 install -U \
|
pip3 install -U \
|
||||||
pip wheel && \
|
pip wheel && \
|
||||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
||||||
|
acme==${CERTBOT_VERSION} \
|
||||||
${CERTBOT} \
|
${CERTBOT} \
|
||||||
certbot-dns-acmedns \
|
certbot-dns-acmedns \
|
||||||
certbot-dns-aliyun \
|
certbot-dns-aliyun \
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ RUN \
|
|||||||
pip3 install -U \
|
pip3 install -U \
|
||||||
pip wheel && \
|
pip wheel && \
|
||||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
||||||
|
acme==${CERTBOT_VERSION} \
|
||||||
${CERTBOT} \
|
${CERTBOT} \
|
||||||
certbot-dns-acmedns \
|
certbot-dns-acmedns \
|
||||||
certbot-dns-aliyun \
|
certbot-dns-aliyun \
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ RUN \
|
|||||||
pip3 install -U \
|
pip3 install -U \
|
||||||
pip wheel && \
|
pip wheel && \
|
||||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
||||||
|
acme==${CERTBOT_VERSION} \
|
||||||
${CERTBOT} \
|
${CERTBOT} \
|
||||||
certbot-dns-acmedns \
|
certbot-dns-acmedns \
|
||||||
certbot-dns-aliyun \
|
certbot-dns-aliyun \
|
||||||
|
|||||||
Reference in New Issue
Block a user