From 8b915b1a10b4f895b54897d403ba99cff4a7feae Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 17 Feb 2023 16:45:13 +0100 Subject: [PATCH] Bump default tools version to latest MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .xmake.cfg | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.xmake.cfg b/.xmake.cfg index 90cc9c4..0f7b2fb 100644 --- a/.xmake.cfg +++ b/.xmake.cfg @@ -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] diff --git a/Dockerfile b/Dockerfile index b17dc07..9d7cf85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- 2.34.1