Bump node version to 16.18.0
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 13 Oct 2022 11:28:44 +0000 (13:28 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 13 Oct 2022 11:31:40 +0000 (13:31 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.xmake.cfg
Dockerfile

index a32a36bbaaf655019a6a2a7544f0214fc949f4ae..7033d512ff1a59412a7e46aa264183bfa1641978 100644 (file)
@@ -1,5 +1,5 @@
 [xmake]
-version=1.0.1
+version=1.0.2
 # https://github.wdf.sap.corp/pages/xmake-ci/User-Guide/Setting_up_a_Build/Release_Procedure/Release_Versions/
 
 [buildplugin]
index 5be6ec411f7b673f670f7343af8a57c2073b9f47..e772ceaa5d9d6e0346b97f8b0cefe7d12d151f54 100644 (file)
@@ -21,7 +21,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.17.1
+ARG NODE_VERSION=16.18.0
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
     && case "${dpkgArch##*-}" in \