Upgrade Node to v22.10 (#5728)

This commit is contained in:
Kamil Kisiela 2024-10-22 08:33:22 +02:00 committed by GitHub
parent 6d6544cd44
commit 4dcc7e81c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 10 deletions

View file

@ -1 +1 @@
22.9
22.10

2
.nvmrc
View file

@ -1 +1 @@
22.9
22.10

View file

@ -1,4 +1,4 @@
FROM node:22.8.0-slim
FROM node:22.10.0-slim
RUN apt-get update && apt-get install -y ca-certificates

View file

@ -1,4 +1,4 @@
FROM node:22.8.0-slim
FROM node:22.10.0-slim
RUN apt-get update && apt-get install -y ca-certificates

View file

@ -1,4 +1,4 @@
FROM node:22.8.0-slim
FROM node:22.10.0-slim
RUN apt-get update && apt-get install -y wget ca-certificates && rm -rf /var/lib/apt/lists/*

View file

@ -12,7 +12,7 @@ networks:
services:
local_cdn:
image: node:22.8.0-alpine3.20
image: node:22.10.0-alpine3.20
working_dir: /app
command: ['node', 'index.js']
networks:
@ -38,7 +38,7 @@ services:
S3_BUCKET_NAME: artifacts
local_broker:
image: node:22.8.0-alpine3.20
image: node:22.10.0-alpine3.20
working_dir: /app
command: ['node', 'broker.js']
networks:
@ -78,7 +78,7 @@ services:
SECRET: '${EXTERNAL_COMPOSITION_SECRET}'
external_composition:
image: node:22.8.0-alpine3.20
image: node:22.10.0-alpine3.20
working_dir: /app
command: ['node', 'example.mjs']
networks:
@ -268,10 +268,10 @@ services:
# It's not part of integration tests
app:
image: node:22.8.0-alpine3.20
image: node:22.10.0-alpine3.20
command: ['npx', 'http-server']
# Redpand is used for integration tests, instead of Kafka. Zookeeper is no longer needed
zookeeper:
image: node:22.8.0-alpine3.20
image: node:22.10.0-alpine3.20
command: ['npx', 'http-server']