about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-08-11 16:41:59 +0200
committerClaire <claire.github-309c@sitedethib.com>2021-08-11 16:41:59 +0200
commit47ea9b2d677b380e09d79958ae1c988f031cdf75 (patch)
treedeb1c1549b7ad575074e5913aaad55d8a85d2ddf /Dockerfile
parent70b7ac9ff32a713e71a7ba6408a379b601c6839f (diff)
parent13b08610a08faf2909f7c871be62da955d9293d3 (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 8279e8735..fb596fdbf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,8 +3,8 @@ FROM ubuntu:20.04 as build-dep
 # Use bash for the shell
 SHELL ["/bin/bash", "-c"]
 
-# Install Node v12 (LTS)
-ENV NODE_VER="12.21.0"
+# Install Node v14 (LTS)
+ENV NODE_VER="14.17.4"
 RUN ARCH= && \
     dpkgArch="$(dpkg --print-architecture)" && \
   case "${dpkgArch##*-}" in \