From 951305381669dfe1d33912f20e3c7e68cf782336 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 14 Jul 2017 23:10:57 +0300 Subject: [PATCH] Upgrade Node.js, MongoDB and Debian on Docker and Ubuntu snap edge to get security etc updates. --- .travis.yml | 4 ++-- Dockerfile | 4 ++-- docker-compose.yml | 2 +- snapcraft.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1bdc5b250..bad4d10ed 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 7c9db49b5..954a88205 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 22ef26795..22ccb71c6 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 f62e3ec9b..e1e69086b 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