summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--Dockerfile4
-rw-r--r--docker-compose.yml2
-rw-r--r--snapcraft.yaml2
4 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 1bdc5b25..bad4d10e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,8 @@ sudo: required
env:
TRAVIS_DOCKER_COMPOSE_VERSION: 1.12.0
- TRAVIS_NODE_VERSION: 4.8.1
- TRAVIS_NPM_VERSION: 4.4.4
+ TRAVIS_NODE_VERSION: 4.8.4
+ TRAVIS_NPM_VERSION: 4.6.1
before_install:
- sudo apt-get update -y
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}
diff --git a/docker-compose.yml b/docker-compose.yml
index 22ef2679..22ccb71c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,7 +3,7 @@ version: '2'
services:
wekandb:
- image: mongo:3.2.14
+ image: mongo:3.2.15
container_name: wekan-db
restart: always
command: mongod --smallfiles --oplogSize 128
diff --git a/snapcraft.yaml b/snapcraft.yaml
index f62e3ec9..e1e69086 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -69,7 +69,7 @@ parts:
wekan:
source: .
plugin: nodejs
- node-engine: 4.8.1
+ node-engine: 4.8.4
node-packages:
- npm@4.6.1
- node-gyp