mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 16:03:38 +00:00
merge upstream/dep updates
Update dependency jquery to v3.7.0 Update zoeyvid/nginx-quic Docker tag to v120 Update zoeyvid/nginx-quic Docker tag to v121 Update zoeyvid/nginx-quic Docker tag to v122 Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
@@ -28,13 +28,13 @@ RUN apk add --no-cache ca-certificates nodejs-current yarn && \
|
||||
node-prune && \
|
||||
yarn cache clean --all
|
||||
|
||||
FROM python:3.11.3-alpine3.17 as certbot
|
||||
FROM python:3.11.3-alpine3.18 as certbot
|
||||
RUN apk add --no-cache build-base libffi-dev && \
|
||||
python3 -m venv /usr/local/certbot && \
|
||||
. /usr/local/certbot/bin/activate && \
|
||||
pip install --no-cache-dir certbot
|
||||
|
||||
FROM zoeyvid/nginx-quic:114
|
||||
FROM zoeyvid/nginx-quic:122
|
||||
RUN apk add --no-cache ca-certificates tzdata \
|
||||
nodejs-current \
|
||||
openssl apache2-utils \
|
||||
|
Reference in New Issue
Block a user