From: Jérôme Benoit Date: Tue, 7 Feb 2023 14:18:42 +0000 (+0100) Subject: Updat mbt to 1.2.23 X-Git-Url: https://git.piment-noir.org/?p=mbt-docker.git;a=commitdiff_plain;h=3206fa6381af166dcd94245315ba3300c5db5e4d Updat mbt to 1.2.23 Signed-off-by: Jérôme Benoit --- diff --git a/Dockerfile b/Dockerfile index 235b3dd..f84174d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -171,7 +171,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} \