summaryrefslogtreecommitdiffstats
path: root/.devcontainer
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-11-13 21:46:33 +0200
committerLauri Ojansivu <x@xet7.org>2019-11-13 21:46:33 +0200
commit1eb3d25b40797fdab41d7dd59405cfcea81dcc61 (patch)
tree9c9a8e7435e546a06ec6a7ed604e114d893a4702 /.devcontainer
parent7206e2528f87488d3076e2f9b2d9b80d9fe2d84f (diff)
downloadwekan-1eb3d25b40797fdab41d7dd59405cfcea81dcc61.tar.gz
wekan-1eb3d25b40797fdab41d7dd59405cfcea81dcc61.tar.bz2
wekan-1eb3d25b40797fdab41d7dd59405cfcea81dcc61.zip
Update Node.js to v8.16.2.
Thanks to xet7 !
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index ff9e6177..c2be3595 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV \
DEBUG=false \
- NODE_VERSION=8.16.1 \
+ NODE_VERSION=8.16.2 \
METEOR_RELEASE=1.8.1 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \