mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Update Node to 4.8.6 and MongoDB to 3.2.18
This commit is contained in:
parent
4c5eda0ae5
commit
e2f768c6a0
4 changed files with 5 additions and 4 deletions
|
|
@ -4,7 +4,8 @@ This release adds the following new features:
|
||||||
|
|
||||||
* [Change password of any user in Standalone Wekan Admin Panel](https://github.com/wekan/wekan/pull/1372);
|
* [Change password of any user in Standalone Wekan Admin Panel](https://github.com/wekan/wekan/pull/1372);
|
||||||
* [Performance optimization: Move more global subscriptions to template subscription](https://github.com/wekan/wekan/pull/1373);
|
* [Performance optimization: Move more global subscriptions to template subscription](https://github.com/wekan/wekan/pull/1373);
|
||||||
* Update tranlations. Add Latvian language.
|
* Update tranlations. Add Latvian language;
|
||||||
|
* Update Node to 4.8.6 and MongoDB to 3.2.18.
|
||||||
|
|
||||||
and fixes the following bugs:
|
and fixes the following bugs:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ ARG SRC_PATH
|
||||||
# paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
|
# paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
|
||||||
ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-4.9 paxctl"
|
ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-4.9 paxctl"
|
||||||
ENV GOSU_VERSION=1.10
|
ENV GOSU_VERSION=1.10
|
||||||
ENV NODE_VERSION ${NODE_VERSION:-v4.8.4}
|
ENV NODE_VERSION ${NODE_VERSION:-v4.8.6}
|
||||||
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}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
wekandb:
|
wekandb:
|
||||||
image: mongo:3.2.17
|
image: mongo:3.2.18
|
||||||
container_name: wekan-db
|
container_name: wekan-db
|
||||||
restart: always
|
restart: always
|
||||||
command: mongod --smallfiles --oplogSize 128
|
command: mongod --smallfiles --oplogSize 128
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ apps:
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
mongodb:
|
mongodb:
|
||||||
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.16.tgz
|
source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.18.tgz
|
||||||
plugin: dump
|
plugin: dump
|
||||||
stage-packages: [libssl1.0.0]
|
stage-packages: [libssl1.0.0]
|
||||||
filesets:
|
filesets:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue