Parcourir la source

Update Node to 4.8.6 and MongoDB to 3.2.18

Lauri Ojansivu il y a 7 ans
Parent
commit
e2f768c6a0
4 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 2 1
      CHANGELOG.md
  2. 1 1
      Dockerfile
  3. 1 1
      docker-compose.yml
  4. 1 1
      snapcraft.yaml

+ 2 - 1
CHANGELOG.md

@@ -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);
 * [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:
 

+ 1 - 1
Dockerfile

@@ -15,7 +15,7 @@ ARG SRC_PATH
 # 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 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 USE_EDGE ${USE_EDGE:-false}
 ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}

+ 1 - 1
docker-compose.yml

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

+ 1 - 1
snapcraft.yaml

@@ -54,7 +54,7 @@ apps:
 
 parts:
     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
         stage-packages: [libssl1.0.0]
         filesets: