Merge branch 'main' of https://github.tools.sap/E-Mobility/mbt-docker into multiple...
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 14 Dec 2022 17:05:47 +0000 (18:05 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 14 Dec 2022 17:05:47 +0000 (18:05 +0100)
.xmake.cfg
Dockerfile

index 02fddb6a961f3ec34bb3e5613d0db38e45195785..e37cc59c026164143fa73f805d6bbb947132d47f 100644 (file)
@@ -1,5 +1,5 @@
 [xmake]
-version=1.0.11
+version=1.0.12
 # https://github.wdf.sap.corp/pages/xmake-ci/User-Guide/Setting_up_a_Build/Release_Procedure/Release_Versions/
 
 [buildplugin]
index 9dbf117f499e0a38f70500de01edbb8d063d7bc1..6ae21ddce3162c8811f64fef540dae28efcfc6d2 100644 (file)
@@ -24,7 +24,7 @@ RUN set -ex \
 ADD http://aia.pki.co.sap.com/aia/SAP%20Global%20Root%20CA.crt \
     /etc/ssl/certs/SAP_Global_Root_CA.crt
 
-ARG NODE_VERSION=16.18.1
+ARG NODE_VERSION=16.19.0
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
     && case "${dpkgArch##*-}" in \