about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-12-05 22:03:28 +0100
committerGitHub <noreply@github.com>2020-12-05 22:03:28 +0100
commit25f725d67a6d2542cd586ab7c56baca572eb4f88 (patch)
tree4272423a87ddacaf63efc0ee6cd8df4a63e61419 /Dockerfile
parent13df125b6c75923ccc21a5c57053e680cea75f38 (diff)
parent40e2de3904c553f3fe4ec30cdbe3ae0e89796291 (diff)
Merge pull request #1470 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 57d061fd0..95d45bab4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep
 SHELL ["bash", "-c"]
 
 # Install Node v12 (LTS)
-ENV NODE_VER="12.16.3"
+ENV NODE_VER="12.20.0"
 RUN ARCH= && \
     dpkgArch="$(dpkg --print-architecture)" && \
   case "${dpkgArch##*-}" in \