about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-12-07 09:35:37 -0600
committerStarfall <us@starfall.systems>2020-12-07 09:35:37 -0600
commit0f6d41052652c4fee87a19900795c8588d9a2174 (patch)
treea9440e6aa871459b4892eddcf5a72ae8d53990ba /Dockerfile
parentd085d49922b2ae32201caf5751344f5d88ccae4b (diff)
parent25f725d67a6d2542cd586ab7c56baca572eb4f88 (diff)
Merge branch 'glitch' into main
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 570ad6acc..b16c3e305 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 \