diff --git a/.node-version b/.node-version index edeb5f5f8..17b3ae04f 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.9 +22.10 diff --git a/.nvmrc b/.nvmrc index edeb5f5f8..17b3ae04f 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.9 +22.10 diff --git a/docker/cli.dockerfile b/docker/cli.dockerfile index 89c787b67..cc73f27fd 100644 --- a/docker/cli.dockerfile +++ b/docker/cli.dockerfile @@ -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 diff --git a/docker/migrations.dockerfile b/docker/migrations.dockerfile index fcfefe717..7fe034efb 100644 --- a/docker/migrations.dockerfile +++ b/docker/migrations.dockerfile @@ -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 diff --git a/docker/services.dockerfile b/docker/services.dockerfile index afd475b35..670972332 100644 --- a/docker/services.dockerfile +++ b/docker/services.dockerfile @@ -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/* diff --git a/integration-tests/docker-compose.integration.yaml b/integration-tests/docker-compose.integration.yaml index 2e1c2efce..128fd926c 100644 --- a/integration-tests/docker-compose.integration.yaml +++ b/integration-tests/docker-compose.integration.yaml @@ -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']