From: Jérôme Benoit Date: Thu, 13 Oct 2022 11:28:44 +0000 (+0200) Subject: Bump node version to 16.18.0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ae17b5d0f770abc459dc7080b3855be95df45f3d;p=mbt-docker.git Bump node version to 16.18.0 Signed-off-by: Jérôme Benoit --- diff --git a/.xmake.cfg b/.xmake.cfg index a32a36b..7033d51 100644 --- a/.xmake.cfg +++ b/.xmake.cfg @@ -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] diff --git a/Dockerfile b/Dockerfile index 5be6ec4..e772cea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \