From 5ceb3366df07043bb3adc1930244321721867af1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 16 Jul 2023 18:52:39 +0200 Subject: [PATCH] Update to node 20.4.0 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 edef7a7..8a337b1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: context: . dockerfile: Dockerfile args: - NODE_VERSION: 20.3.1 + NODE_VERSION: 20.4.0 SAPMACHINE_VERSION: 8.1.094 mbt-node18-java8-docker: platform: linux/amd64 @@ -38,7 +38,7 @@ services: context: . dockerfile: Dockerfile args: - NODE_VERSION: 20.3.1 + NODE_VERSION: 20.4.0 SAPMACHINE_VERSION: 11.0.19 mbt-node18-java11-docker: platform: linux/amd64 @@ -70,7 +70,7 @@ services: context: . dockerfile: Dockerfile args: - NODE_VERSION: 20.3.1 + NODE_VERSION: 20.4.0 SAPMACHINE_VERSION: 17.0.7 mbt-node18-java17-docker: platform: linux/amd64 @@ -102,7 +102,7 @@ services: context: . dockerfile: Dockerfile args: - NODE_VERSION: 20.3.1 + NODE_VERSION: 20.4.0 SAPMACHINE_VERSION: 20.0.1 mbt-node18-java20-docker: platform: linux/amd64 -- 2.34.1