Merge branch 'main' of https://github.tools.sap/E-Mobility/mbt-docker into multiple...
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 2 Dec 2022 10:04:15 +0000 (11:04 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 2 Dec 2022 10:04:15 +0000 (11:04 +0100)
.xmake.cfg
Dockerfile

index ee598d0c1e0380fd54fc4d700839ff4894b892d3..02fddb6a961f3ec34bb3e5613d0db38e45195785 100644 (file)
@@ -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]
index 8db5147103d22027d1f35bfc1a7d8e0f1db3d534..9dbf117f499e0a38f70500de01edbb8d063d7bc1 100644 (file)
@@ -197,7 +197,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} \