about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2021-02-08 15:01:01 -0600
committerStarfall <us@starfall.systems>2021-02-08 15:01:01 -0600
commit3693000bf6a94219e3cc4a29a6cb4ac51b78cf2a (patch)
tree5e0a9757d315ca3aafe4db1ce10d3c4d84769408 /Dockerfile
parentab4c09a7041050e4aa4b8333484e311f26a36b4a (diff)
parent4ed9576cd28abc033a094fed6babe9825014f1af (diff)
Merge remote-tracking branch 'glitchsoc/main' into main
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 180e301da..b69dacf42 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:20.04 as build-dep
 SHELL ["/usr/bin/bash", "-c"]
 
 # Install Node v12 (LTS)
-ENV NODE_VER="12.20.0"
+ENV NODE_VER="12.20.1"
 RUN ARCH= && \
     dpkgArch="$(dpkg --print-architecture)" && \
   case "${dpkgArch##*-}" in \