@@ -11,7 +11,7 @@ networks:
1111
1212services :
1313 local_cdn :
14- image : node:24.17 .0-alpine3.23
14+ image : node:24.18 .0-alpine3.23
1515 working_dir : /app
1616 command : ['node', 'index.js']
1717 networks :
@@ -37,7 +37,7 @@ services:
3737 S3_BUCKET_NAME : artifacts
3838
3939 local_broker :
40- image : node:24.17 .0-alpine3.23
40+ image : node:24.18 .0-alpine3.23
4141 working_dir : /app
4242 command : ['node', 'broker.js']
4343 networks :
@@ -89,7 +89,7 @@ services:
8989 SECRET : ' ${EXTERNAL_COMPOSITION_SECRET}'
9090
9191 external_composition :
92- image : node:24.17 .0-alpine3.23
92+ image : node:24.18 .0-alpine3.23
9393 working_dir : /app
9494 command : ['node', 'example.mjs']
9595 networks :
@@ -291,10 +291,10 @@ services:
291291
292292 # It's not part of integration tests
293293 app :
294- image : node:24.17 .0-alpine3.23
294+ image : node:24.18 .0-alpine3.23
295295 command : ['npx', 'http-server']
296296
297297 # Redpand is used for integration tests, instead of Kafka. Zookeeper is no longer needed
298298 zookeeper :
299- image : node:24.17 .0-alpine3.23
299+ image : node:24.18 .0-alpine3.23
300300 command : ['npx', 'http-server']
0 commit comments