X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=Dockerfile;h=6271123e9cc00b70fbac1a39f291a8252bc78858;hb=ec8005292bbcb347f3376c53065c92ad9475374d;hp=35e4cf7f93210e9efe5200ee62b2edb51ff11c0c;hpb=fdcb62cca419a01925df36de5e0df038f2e7e9d7;p=mbt-docker.git diff --git a/Dockerfile b/Dockerfile index 35e4cf7..6271123 100644 --- a/Dockerfile +++ b/Dockerfile @@ -167,7 +167,7 @@ RUN set -ex \ # smoke test && mvn --version -ARG MBT_VERSION=1.2.19 +ARG MBT_VERSION=1.2.20 RUN set -ex \ && npm install -g --registry=https://int.repositories.cloud.sap/artifactory/api/npm/build-releases-npm --unsafe-perm mbt@${MBT_VERSION} \