X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=Dockerfile;h=200723cbaee62a0cb9b2a8ac8cfec99c77be7fbc;hb=85a9ffe41fb55ab3b1a3dc7e730e9347f2a02081;hp=3942c2d4bd56d7ce177eb948f6bad1bd064cc74e;hpb=3a2f4da12293b41f19cce23c827312074f907ffb;p=mbt-docker.git 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} \