From: Jérôme Benoit Date: Thu, 31 Aug 2023 21:37:48 +0000 (+0200) Subject: Update mbt to 1.2.25 X-Git-Url: https://git.piment-noir.org/?p=mbt-docker.git;a=commitdiff_plain;h=e47997a257268774f1debd5840a5eff9631921a9 Update mbt to 1.2.25 Signed-off-by: Jérôme Benoit --- diff --git a/Dockerfile b/Dockerfile index c8c3679..1622f63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -198,7 +198,7 @@ RUN set -ex \ # smoke test && mvn --version -ARG MBT_VERSION=1.2.24 +ARG MBT_VERSION=1.2.25 RUN set -ex \ && npm install -g --unsafe-perm mbt@${MBT_VERSION} \