about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-09-14 13:50:30 +0200
committerClaire <claire.github-309c@sitedethib.com>2021-09-14 13:50:30 +0200
commitf1e6884d6bee3b4e426863c63c8d81e940d21a20 (patch)
tree66532e59f7ebfc0512af062c97291c46872be238 /Dockerfile
parent7aa4d481db4ad5dfa65e5b28a5a83f643cea5763 (diff)
parent121c7a784718a18ad3789afcd9e546abfea09c6d (diff)
Merge branch 'main' into glitch-soc/merge-upstream
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 \