Upgrade Node.js, MongoDB and Debian on Docker and Ubuntu snap edge to get security etc updates.

This commit is contained in:
Lauri Ojansivu 2017-07-14 23:10:57 +03:00
parent 4ab2c0d815
commit 9513053816
4 changed files with 6 additions and 6 deletions

View file

@ -3,8 +3,8 @@ sudo: required
env: env:
TRAVIS_DOCKER_COMPOSE_VERSION: 1.12.0 TRAVIS_DOCKER_COMPOSE_VERSION: 1.12.0
TRAVIS_NODE_VERSION: 4.8.1 TRAVIS_NODE_VERSION: 4.8.4
TRAVIS_NPM_VERSION: 4.4.4 TRAVIS_NPM_VERSION: 4.6.1
before_install: before_install:
- sudo apt-get update -y - sudo apt-get update -y

View file

@ -1,4 +1,4 @@
FROM debian:8.7 FROM debian:8.8
MAINTAINER wekan MAINTAINER wekan
# Declare Arguments # Declare Arguments
@ -14,7 +14,7 @@ ARG SRC_PATH
# Set the environment variables (defaults where required) # Set the environment variables (defaults where required)
ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-4.9" ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-4.9"
ENV GOSU_VERSION=1.10 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 METEOR_RELEASE ${METEOR_RELEASE:-1.4.4.1}
ENV USE_EDGE ${USE_EDGE:-false} ENV USE_EDGE ${USE_EDGE:-false}
ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17} ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}

View file

@ -3,7 +3,7 @@ version: '2'
services: services:
wekandb: wekandb:
image: mongo:3.2.14 image: mongo:3.2.15
container_name: wekan-db container_name: wekan-db
restart: always restart: always
command: mongod --smallfiles --oplogSize 128 command: mongod --smallfiles --oplogSize 128

View file

@ -69,7 +69,7 @@ parts:
wekan: wekan:
source: . source: .
plugin: nodejs plugin: nodejs
node-engine: 4.8.1 node-engine: 4.8.4
node-packages: node-packages:
- npm@4.6.1 - npm@4.6.1
- node-gyp - node-gyp