File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 88ARG DOCKER_IMAGE_VERSION=
99
1010# Define software versions.
11- ARG OPENRESTY_VERSION=1.19.9 .1
11+ ARG OPENRESTY_VERSION=1.21.4 .1
1212ARG CROWDSEC_OPENRESTY_BOUNCER_VERSION=0.1.11
1313ARG NGINX_PROXY_MANAGER_VERSION=2.9.21
1414ARG NGINX_HTTP_GEOIP2_MODULE_VERSION=3.3
@@ -128,7 +128,10 @@ COPY rootfs/ /
128128COPY --from=nginx /tmp/openresty-install/ /
129129COPY --from=npm /tmp/nginx-proxy-manager-install/ /
130130COPY --from=bcrypt-tool /tmp/go/bin/bcrypt-tool /usr/bin/
131- COPY --from=certbot /tmp/certbot-install/ /
131+ COPY --from=certbot /tmp/certbot-install/ /opt/certbot
132+ RUN curl -L 'https://bootstrap.pypa.io/get-pip.py' | python3 \
133+ && python3 -m venv /opt/certbot/ \
134+ && ln -s /opt/certbot/bin/certbot /usr/bin/certbot
132135COPY --from=cs-openresty-bouncer /tmp/crowdsec-openresty-bouncer-install/ /
133136
134137# Set internal environment variables.
You can’t perform that action at this time.
0 commit comments