Update node to latest LTS versions
[mbt-docker.git] / Dockerfile
index 2303b469cb019d982d397bfffd7559b395b215f3..61a03e597f67b2373f18561f7a8f165ab0cae81c 100644 (file)
@@ -24,7 +24,7 @@ RUN set -ex \
 ADD http://aia.pki.co.sap.com/aia/SAP%20Global%20Root%20CA.crt \
     /etc/ssl/certs/SAP_Global_Root_CA.crt
 
-ARG NODE_VERSION=16.19.0
+ARG NODE_VERSION=16.19.1
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
     && case "${dpkgArch##*-}" in \
@@ -200,7 +200,8 @@ RUN set -ex \
 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} \
+  # && npm install -g --registry=https://int.repositories.cloud.sap/artifactory/api/npm/build-releases-npm --unsafe-perm mbt@${MBT_VERSION} \
+  && npm install -g --unsafe-perm mbt@${MBT_VERSION} \
   && npm cache clean -g --force \
   # smoke test
   && mbt --version