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:
Zoey
2023-05-10 18:33:00 +02:00
parent 3d6fee983d
commit a997eeecf0
6 changed files with 37 additions and 60 deletions

View File

@@ -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 \