about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2021-09-14 01:03:14 +0800
committerGitHub <noreply@github.com>2021-09-13 19:03:14 +0200
commit12cb6ed46167bf62ceade2a16e55e233a90f13d4 (patch)
treefd636eeaae3a90181c1877e9f8423f060c28e025 /Dockerfile
parent3d98f31c650fe780b3c1b307c680aaf2b0d72169 (diff)
Update Dockerfile (#16696)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fb596fdbf..0b88b49a8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep
 SHELL ["/bin/bash", "-c"]
 
 # Install Node v14 (LTS)
-ENV NODE_VER="14.17.4"
+ENV NODE_VER="14.17.6"
 RUN ARCH= && \
     dpkgArch="$(dpkg --print-architecture)" && \
   case "${dpkgArch##*-}" in \