Merge branch 'main' of https://github.tools.sap/E-Mobility/mbt-docker into multiple...
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 7 Feb 2023 14:19:36 +0000 (15:19 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 7 Feb 2023 14:19:36 +0000 (15:19 +0100)
.xmake.cfg
Dockerfile

index 6e46a05e15565158b7cee29fcc47e86f0545570f..90cc9c45b21cdba6b7f07ad5e8c91899ef6bc44f 100644 (file)
@@ -1,5 +1,5 @@
 [xmake]
-version=1.0.15
+version=1.0.16
 # https://github.wdf.sap.corp/pages/xmake-ci/User-Guide/Setting_up_a_Build/Release_Procedure/Release_Versions/
 
 [buildplugin]
index bf08a7925ee432aa7f0d7c15112e447ec61f0bb1..050dc1b6fed6d6a1a338621c676665767e101349 100644 (file)
@@ -197,7 +197,7 @@ RUN set -ex \
   # smoke test
   && mvn --version
 
-ARG MBT_VERSION=1.2.21
+ARG MBT_VERSION=1.2.23
 
 RUN set -ex \
   && npm install -g --registry=https://int.repositories.cloud.sap/artifactory/api/npm/build-releases-npm --unsafe-perm mbt@${MBT_VERSION} \