Update node previous LTS to 16.20.0
[mbt-docker.git] / Dockerfile
index 8352e46ed5202561a61996299bbdd359aa34670b..1a2d32b239896e309664eabe499697354ea8b864 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.1
+ARG NODE_VERSION=16.20.0
 
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
     && case "${dpkgArch##*-}" in \