@@ -12,7 +12,7 @@ networks:
12
12
13
13
services :
14
14
local_cdn :
15
- image : node:22.11 .0-alpine3.20
15
+ image : node:22.12 .0-alpine3.20
16
16
working_dir : /app
17
17
command : ['node', 'index.js']
18
18
networks :
@@ -38,7 +38,7 @@ services:
38
38
S3_BUCKET_NAME : artifacts
39
39
40
40
local_broker :
41
- image : node:22.11 .0-alpine3.20
41
+ image : node:22.12 .0-alpine3.20
42
42
working_dir : /app
43
43
command : ['node', 'broker.js']
44
44
networks :
@@ -90,7 +90,7 @@ services:
90
90
SECRET : ' ${EXTERNAL_COMPOSITION_SECRET}'
91
91
92
92
external_composition :
93
- image : node:22.11 .0-alpine3.20
93
+ image : node:22.12 .0-alpine3.20
94
94
working_dir : /app
95
95
command : ['node', 'example.mjs']
96
96
networks :
@@ -280,10 +280,10 @@ services:
280
280
281
281
# It's not part of integration tests
282
282
app :
283
- image : node:22.11 .0-alpine3.20
283
+ image : node:22.12 .0-alpine3.20
284
284
command : ['npx', 'http-server']
285
285
286
286
# Redpand is used for integration tests, instead of Kafka. Zookeeper is no longer needed
287
287
zookeeper :
288
- image : node:22.11 .0-alpine3.20
288
+ image : node:22.12 .0-alpine3.20
289
289
command : ['npx', 'http-server']
0 commit comments