Bump default tools version to latest
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 17 Feb 2023 15:45:13 +0000 (16:45 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 17 Feb 2023 15:45:13 +0000 (16:45 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.xmake.cfg
Dockerfile

index 90cc9c45b21cdba6b7f07ad5e8c91899ef6bc44f..0f7b2fb32a8d97b5d3c3351caf05d2a0211b0eae 100644 (file)
@@ -1,5 +1,5 @@
 [xmake]
-version=1.0.16
+version=1.0.17
 # https://github.wdf.sap.corp/pages/xmake-ci/User-Guide/Setting_up_a_Build/Release_Procedure/Release_Versions/
 
 [buildplugin]
index b17dc07b0148e21470ad41c23df4b3c8e000e572..9d7cf8531744f585a2416be9d5febc87559d128e 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.19.0
+ARG NODE_VERSION=16.19.1
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
     && case "${dpkgArch##*-}" in \
@@ -111,7 +111,7 @@ RUN set -ex \
   # smoke test
   && yarn --version
 
-ARG SAPMACHINE_VERSION=11.0.17
+ARG SAPMACHINE_VERSION=11.0.18
 
 ENV JAVA_HOME /opt/jdk