X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=Dockerfile;h=f84174dca73273188619389dd739cfbcf9c62139;hb=3206fa6381af166dcd94245315ba3300c5db5e4d;hp=235b3dd494d96e58c5156ba739116283a190afda;hpb=3abdcecffebb6a95ea916dcf78e13e51f7158d48;p=mbt-docker.git 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} \