From 5a5fec00eead8381ecb771e9ff634a7a3fd10784 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 29 Sep 2023 17:30:48 +0200 Subject: [PATCH] Update node.js version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e3fe299..738593f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: context: . dockerfile: Dockerfile args: - NODE_VERSION: 20.7.0 + NODE_VERSION: 20.8.0 SAPMACHINE_VERSION: 8.1.095 mbt-node18-java8-docker: platform: linux/amd64 @@ -38,7 +38,7 @@ services: context: . dockerfile: Dockerfile args: - NODE_VERSION: 20.7.0 + NODE_VERSION: 20.8.0 SAPMACHINE_VERSION: 11.0.20.1 mbt-node18-java11-docker: platform: linux/amd64 @@ -70,7 +70,7 @@ services: context: . dockerfile: Dockerfile args: - NODE_VERSION: 20.7.0 + NODE_VERSION: 20.8.0 SAPMACHINE_VERSION: 17.0.8.1 mbt-node18-java17-docker: platform: linux/amd64 @@ -102,7 +102,7 @@ services: context: . dockerfile: Dockerfile args: - NODE_VERSION: 20.7.0 + NODE_VERSION: 20.8.0 SAPMACHINE_VERSION: 21 mbt-node18-java21-docker: platform: linux/amd64 -- 2.34.1