Skip to content

Commit

Permalink
Merge pull request ecamp#5945 from ecamp/renovate/node-22.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v22.9.0
  • Loading branch information
renovate[bot] authored Sep 27, 2024
2 parents 0a5b77f + de9e1a7 commit 531f1ca
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .docker-hub/print/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM node:22.8.0 AS build-stage
FROM node:22.9.0 AS build-stage
ARG SENTRY_AUTH_TOKEN
ARG SENTRY_ORG
ARG SENTRY_PRINT_PROJECT
Expand All @@ -22,7 +22,7 @@ COPY print .
RUN npm run build

# production stage
FROM node:22.8.0 AS production-stage
FROM node:22.9.0 AS production-stage
WORKDIR /app

COPY --from=build-stage /app/.output ./.output
Expand Down
8 changes: 4 additions & 4 deletions .ops/aws-setup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ops/aws-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@eslint/compat": "1.1.1",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.11.1",
"@types/node": "20.16.10",
"@types/node": "20.16.9",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-n": "17.10.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
remove-old-indexes:
image: node:22.8.0
image: node:22.9.0
volumes:
- ./src:/src
command:
Expand Down
2 changes: 1 addition & 1 deletion .ops/ecamp3-logging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ elasticsearch:
storage: 10Gi
removeOldIndexes:
maxIndexAge: 15
image: node:22.8.0
image: node:22.9.0

kibana:
name: kibana
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
frontend:
image: node:22.8.0
image: node:22.9.0
container_name: 'ecamp3-frontend'
ports:
- '9229:9229' # jest debug
Expand Down Expand Up @@ -68,7 +68,7 @@ services:
- VARNISH_HTTP_PORT=8080

pdf:
image: node:22.8.0
image: node:22.9.0
container_name: 'ecamp3-pdf'
stdin_open: true
tty: true
Expand All @@ -87,7 +87,7 @@ services:
- CI=${CI}

print:
image: node:22.8.0
image: node:22.9.0
container_name: 'ecamp3-print'
user: ${USER_ID:-1000}
volumes:
Expand Down Expand Up @@ -187,7 +187,7 @@ services:
protocol: tcp

translation:
image: node:22.8.0
image: node:22.9.0
profiles: ['translation']
container_name: 'ecamp3-translation'
volumes:
Expand Down

0 comments on commit 531f1ca

Please sign in to comment.