Skip to content

Commit

Permalink
remove wait/dep updates
Browse files Browse the repository at this point in the history
Update zoeyvid/nginx-quic Docker tag to v183
Update caddy Docker tag to v2.7.4

Update dependency archiver to v5.3.2

Update python Docker tag to v3.11.5

Update dependency eslint to v8.48.0

remove wait

Signed-off-by: Zoey <[email protected]>

Update dependency @babel/core to v7.22.11

Update dependency liquidjs to v10.9.1

Update dependency liquidjs to v10.9.0

Update dependency archiver to v6
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Aug 26, 2023
1 parent 390b58d commit f9971aa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Caddy.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM caddy:2.7.3
FROM caddy:2.7.4
RUN apk add --no-cache ca-certificates tzdata
COPY Caddyfile /etc/caddy/Caddyfile
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apk add --no-cache ca-certificates nodejs-current yarn && \
yarn cache clean --all


FROM python:3.11.4-alpine3.18 as certbot
FROM python:3.11.5-alpine3.18 as certbot
RUN apk add --no-cache ca-certificates build-base libffi-dev && \
python3 -m venv /usr/local/certbot && \
. /usr/local/certbot/bin/activate && \
Expand All @@ -53,7 +53,7 @@ RUN apk add --no-cache ca-certificates git build-base && \
sed -i "s|CAPTCHA_TEMPLATE_PATH=.*|CAPTCHA_TEMPLATE_PATH=/data/etc/crowdsec/captcha.html|g" lua-mod/config_example.conf


FROM zoeyvid/nginx-quic:181
FROM zoeyvid/nginx-quic:183
COPY rootfs /
RUN apk add --no-cache ca-certificates tzdata tini \
lua5.1-lzlib \
Expand Down
6 changes: 3 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@apidevtools/json-schema-ref-parser": "10.1.0",
"ajv": "6.12.6",
"archiver": "5.3.1",
"archiver": "6.0.0",
"batchflow": "0.4.0",
"bcrypt": "5.1.1",
"body-parser": "1.20.2",
Expand All @@ -16,7 +16,7 @@
"gravatar": "1.8.2",
"jsonwebtoken": "9.0.1",
"knex": "2.5.1",
"liquidjs": "10.8.4",
"liquidjs": "10.9.1",
"lodash": "4.17.21",
"moment": "2.29.4",
"mysql": "2.18.1",
Expand All @@ -32,7 +32,7 @@
"author": "Jamie Curnow <[email protected]>",
"license": "MIT",
"devDependencies": {
"eslint": "8.47.0",
"eslint": "8.48.0",
"eslint-plugin-align-assignments": "1.1.2"
}
}
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A beautiful interface for creating Nginx endpoints",
"main": "js/index.js",
"dependencies": {
"@babel/core": "7.22.10",
"@babel/core": "7.22.11",
"babel-core": "6.26.3",
"babel-loader": "8.3.0",
"babel-preset-env": "1.7.0",
Expand Down
1 change: 0 additions & 1 deletion rootfs/bin/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ fi
if [ "$PHP81" = "true" ]; then PHP_INI_SCAN_DIR=/data/php/81/conf.d php-fpm81 -c /data/php/81 -y /data/php/81/php-fpm.conf -FOR; fi &
if [ "$PHP82" = "true" ]; then PHP_INI_SCAN_DIR=/data/php/82/conf.d php-fpm82 -c /data/php/82 -y /data/php/82/php-fpm.conf -FOR; fi &
index.js
wait

0 comments on commit f9971aa

Please sign in to comment.