Skip to content

Commit

Permalink
Merge pull request StackStorm#56 from StackStorm/wvw/bump-nodejs-version
Browse files Browse the repository at this point in the history
Use Node.js v6 instead of v4
  • Loading branch information
warrenvw authored Aug 23, 2017
2 parents da2afc8 + 15ae4f4 commit 5acca01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/stackstorm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ RUN sed -i 's/start on filesystem and net-device-up IFACE!=lo/start on runlevel
/opt/stackstorm/mistral/bin/mistral-db-manage --config-file /etc/mistral/mistral.conf populate\n' /etc/init/mistral.conf

# Install chatops and disable unless entrypoint.d file is present
# Install st2-chatops with Node.js v4 requirement
RUN curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - && sudo apt-get install -y st2chatops && echo manual | sudo tee /etc/init/st2chatops.override
# Install st2-chatops with Node.js v6 requirement
RUN curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - && sudo apt-get install -y st2chatops && echo manual | sudo tee /etc/init/st2chatops.override

# Setup symmetric crypto key for datastore
RUN mkdir -p /etc/st2/keys \
Expand Down

0 comments on commit 5acca01

Please sign in to comment.