Skip to content

Commit

Permalink
Upgrade node to v8.15.1
Browse files Browse the repository at this point in the history
Thanks to xet7 !
  • Loading branch information
xet7 committed Feb 28, 2019
1 parent 49882a0 commit 5cafdd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -87,7 +87,7 @@ ARG DEFAULT_AUTHENTICATION_METHOD
# ENV BUILD_DEPS="paxctl"
ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential python python3 python3-distutils git ca-certificates gcc-7" \
DEBUG=false \
NODE_VERSION=v8.15.0 \
NODE_VERSION=v8.15.1 \
METEOR_RELEASE=1.6.0.1 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Expand Up @@ -81,7 +81,7 @@ parts:
wekan:
source: .
plugin: nodejs
node-engine: 8.15.0
node-engine: 8.15.1
node-packages:
- node-gyp
- node-pre-gyp
Expand Down
2 changes: 1 addition & 1 deletion stacksmith/user-scripts/build.sh
Expand Up @@ -2,7 +2,7 @@
set -euxo pipefail

BUILD_DEPS="bsdtar gnupg wget curl bzip2 python git ca-certificates perl-Digest-SHA"
NODE_VERSION=v8.15.0
NODE_VERSION=v8.15.1
#METEOR_RELEASE=1.6.0.1 - for Stacksmith, meteor-1.8 branch that could have METEOR@1.8.1-beta.8 or newer
USE_EDGE=false
METEOR_EDGE=1.5-beta.17
Expand Down

0 comments on commit 5cafdd9

Please sign in to comment.