@@ -12,7 +12,7 @@ networks:
1212
1313services :
1414 local_cdn :
15- image : node:24.13.0 -alpine3.23
15+ image : node:24.14.1 -alpine3.23
1616 working_dir : /app
1717 command : ['node', 'index.js']
1818 networks :
@@ -38,7 +38,7 @@ services:
3838 S3_BUCKET_NAME : artifacts
3939
4040 local_broker :
41- image : node:24.13.0 -alpine3.23
41+ image : node:24.14.1 -alpine3.23
4242 working_dir : /app
4343 command : ['node', 'broker.js']
4444 networks :
@@ -90,7 +90,7 @@ services:
9090 SECRET : ' ${EXTERNAL_COMPOSITION_SECRET}'
9191
9292 external_composition :
93- image : node:24.13.0 -alpine3.23
93+ image : node:24.14.1 -alpine3.23
9494 working_dir : /app
9595 command : ['node', 'example.mjs']
9696 networks :
@@ -290,10 +290,10 @@ services:
290290
291291 # It's not part of integration tests
292292 app :
293- image : node:24.13.0 -alpine3.23
293+ image : node:24.14.1 -alpine3.23
294294 command : ['npx', 'http-server']
295295
296296 # Redpand is used for integration tests, instead of Kafka. Zookeeper is no longer needed
297297 zookeeper :
298- image : node:24.13.0 -alpine3.23
298+ image : node:24.14.1 -alpine3.23
299299 command : ['npx', 'http-server']
0 commit comments