Skip to content

Commit

Permalink
update certbot image
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 committed Oct 19, 2023
1 parent 5d759f5 commit a0bcdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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:5 as certbot
FROM zoeyvid/certbot-docker:6 as certbot
FROM zoeyvid/nginx-quic:207
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
COPY rootfs /
Expand Down

0 comments on commit a0bcdcb

Please sign in to comment.