Merge pull request #7 from E-Mobility/node-update
authorJerome BENOIT <jerome.benoit@sap.com>
Thu, 13 Oct 2022 13:52:23 +0000 (15:52 +0200)
committerGitHub Enterprise <noreply+ms@reply.github.tools.sap>
Thu, 13 Oct 2022 13:52:23 +0000 (15:52 +0200)
Bump node version to 16.18.0

.xmake.cfg
Dockerfile

index 6cd62ec0a148fe38637eddb07b24b3a9d95fd48c..33d6cd1e8bdc1151d96370af40e0a2c47008e839 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 \