summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-14 23:10:57 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-14 23:10:57 +0300
commit951305381669dfe1d33912f20e3c7e68cf782336 (patch)
treecad5e56608993677d3ea019861e7cdc7dc26de27 /Dockerfile
parent4ab2c0d815645f911885319909e915b6b95e1509 (diff)
downloadwekan-951305381669dfe1d33912f20e3c7e68cf782336.tar.gz
wekan-951305381669dfe1d33912f20e3c7e68cf782336.tar.bz2
wekan-951305381669dfe1d33912f20e3c7e68cf782336.zip
Upgrade Node.js, MongoDB and Debian on Docker and Ubuntu snap edge to get security etc updates.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 7c9db49b..954a8820 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:8.7
+FROM debian:8.8
MAINTAINER wekan
# Declare Arguments
@@ -14,7 +14,7 @@ ARG SRC_PATH
# Set the environment variables (defaults where required)
ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-4.9"
ENV GOSU_VERSION=1.10
-ENV NODE_VERSION ${NODE_VERSION:-v4.8.1}
+ENV NODE_VERSION ${NODE_VERSION:-v4.8.4}
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.4.1}
ENV USE_EDGE ${USE_EDGE:-false}
ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}