Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ops/ecamp3-logging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ elasticsearch:
storage: ${ELASTIC_NODE_STORAGE_SIZE}
removeOldIndexes:
maxIndexAge: ${ELASTIC_NODE_MAX_INDEX_AGE}
image: node:22.17.0
image: node:24.3.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.17.0
image: node:24.3.0
container_name: 'ecamp3-frontend'
ports:
- '9229:9229' # jest debug
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
command: varnishncsa

pdf:
image: node:22.17.0
image: node:24.3.0
container_name: 'ecamp3-pdf'
stdin_open: true
tty: true
Expand All @@ -98,7 +98,7 @@ services:
- CI=${CI}

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

translation:
image: node:22.17.0
image: node:24.3.0
profiles: ['translation']
container_name: 'ecamp3-translation'
volumes:
Expand Down