Update zoeyvid/certbot-docker Docker tag to v12
This commit is contained in:
parent
8987ff9c6d
commit
ed018a4bf2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ RUN apk add --no-cache ca-certificates git build-base && \
|
|||
sed -i "s|BAN_TEMPLATE_PATH=.*|BAN_TEMPLATE_PATH=/data/etc/crowdsec/ban.html|g" /src/crowdsec-nginx-bouncer/lua-mod/config_example.conf && \
|
||||
sed -i "s|CAPTCHA_TEMPLATE_PATH=.*|CAPTCHA_TEMPLATE_PATH=/data/etc/crowdsec/captcha.html|g" /src/crowdsec-nginx-bouncer/lua-mod/config_example.conf
|
||||
|
||||
FROM zoeyvid/certbot-docker:10 as certbot
|
||||
FROM zoeyvid/certbot-docker:12 as certbot
|
||||
|
||||
FROM zoeyvid/nginx-quic:210
|
||||
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
|
||||
|
|
Loading…
Reference in a new issue