From: Jérôme Benoit Date: Fri, 2 Dec 2022 10:02:47 +0000 (+0100) Subject: Bump MBT version to 1.2.21 X-Git-Url: https://git.piment-noir.org/?p=mbt-docker.git;a=commitdiff_plain;h=85a9ffe41fb55ab3b1a3dc7e730e9347f2a02081 Bump MBT version to 1.2.21 Signed-off-by: Jérôme Benoit --- diff --git a/.xmake.cfg b/.xmake.cfg index ee598d0..02fddb6 100644 --- a/.xmake.cfg +++ b/.xmake.cfg @@ -1,5 +1,5 @@ [xmake] -version=1.0.10 +version=1.0.11 # 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 3942c2d..200723c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -171,7 +171,7 @@ RUN set -ex \ # smoke test && mvn --version -ARG MBT_VERSION=1.2.20 +ARG MBT_VERSION=1.2.21 RUN set -ex \ && npm install -g --registry=https://int.repositories.cloud.sap/artifactory/api/npm/build-releases-npm --unsafe-perm mbt@${MBT_VERSION} \