mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Upgrade Node.js, MongoDB and Debian on Docker and Ubuntu snap edge to get security etc updates.
This commit is contained in:
parent
4ab2c0d815
commit
9513053816
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue