Revert "chore(deps): update node.js to v21.7.2" (#4445)

This commit is contained in:
Dotan Simha 2024-04-07 12:19:56 +03:00 committed by GitHub
parent 86cbe95bd2
commit ff5cdf0509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -12,7 +12,7 @@ networks:
services:
local_cdn:
image: node:21.7.2-alpine3.18
image: node:21.7.1-alpine3.18
working_dir: /app
command: ['node', 'index.js']
networks:
@ -39,7 +39,7 @@ services:
S3_PUBLIC_URL: 'http://localhost:8083'
local_broker:
image: node:21.7.2-alpine3.18
image: node:21.7.1-alpine3.18
working_dir: /app
command: ['node', 'broker.js']
networks:
@ -79,7 +79,7 @@ services:
SECRET: '${EXTERNAL_COMPOSITION_SECRET}'
external_composition:
image: node:21.7.2-alpine3.18
image: node:21.7.1-alpine3.18
working_dir: /app
command: ['node', 'example.mjs']
networks:
@ -269,10 +269,10 @@ services:
# It's not part of integration tests
app:
image: node:21.7.2-alpine3.18
image: node:21.7.1-alpine3.18
command: ['npx', 'http-server']
# Redpand is used for integration tests, instead of Kafka. Zookeeper is no longer needed
zookeeper:
image: node:21.7.2-alpine3.18
image: node:21.7.1-alpine3.18
command: ['npx', 'http-server']