Update node.js versions
[mbt-docker.git] / Dockerfile
index f93101d1c534bc68b2e9374d011168f0137383e3..04766f3c384ab833a1bf69392bd791a1574675d7 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.20.0
+ARG NODE_VERSION=16.20.1
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
     && case "${dpkgArch##*-}" in \