mirror of
https://github.com/wekan/wekan.git
synced 2026-03-09 07:02:34 +01:00
Use Node v6.12.2 and Meteor v1.6.0
This commit is contained in:
parent
7afea1809f
commit
ddcdcb6e08
2 changed files with 3 additions and 3 deletions
|
|
@ -15,8 +15,8 @@ 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:-v6.12.0}
|
ENV NODE_VERSION ${NODE_VERSION:-v6.12.2}
|
||||||
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6}
|
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6.0}
|
||||||
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}
|
||||||
ENV NPM_VERSION ${NPM_VERSION:-5.6.0}
|
ENV NPM_VERSION ${NPM_VERSION:-5.6.0}
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ parts:
|
||||||
wekan:
|
wekan:
|
||||||
source: .
|
source: .
|
||||||
plugin: nodejs
|
plugin: nodejs
|
||||||
node-engine: 6.12
|
node-engine: 6.12.2
|
||||||
node-packages:
|
node-packages:
|
||||||
- npm@5.6.0
|
- npm@5.6.0
|
||||||
- node-gyp
|
- node-gyp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue