diff --git a/images/stackstorm/Dockerfile b/images/stackstorm/Dockerfile index 250c9504..392eb3c5 100644 --- a/images/stackstorm/Dockerfile +++ b/images/stackstorm/Dockerfile @@ -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 \