Skip to content

Commit 3d52f4f

Browse files
authored
Merge pull request #78 from StackStorm/issue_68/upgrade_to_node_6
Let's upgrade to node 6
2 parents cea4f77 + 9aed887 commit 3d52f4f

File tree

17 files changed

+3888
-2101
lines changed

17 files changed

+3888
-2101
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:4.2.2-slim
1+
FROM node:6.11.1-slim
22

33
RUN apt-get update && apt-get install -y \
44
python \

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Vcs-Browser: https://github.com/stackstorm/st2chatops
1111
Package: st2chatops
1212
Architecture: any
1313
Pre-Depends: dpkg (>= 1.16.16)
14-
Depends: nodejs (>= 4.0.0)
14+
Depends: nodejs (>= 6.0.0), nodejs (<< 7.0.0)
1515
Description: St2Chatops - StackStorm ChatOps.
1616
Package providing StackStorm ChatOps functionality: bundled, tested and ready to use Hubot
1717
with hubot-stackstorm plugin and additional chat adapters

debian/st2chatops.service

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ TimeoutSec=60
1414
PrivateTmp=true
1515
Restart=on-failure
1616
RestartSec=5
17+
StandardOutput=syslog+console
18+
StandardError=syslog+console
1719

1820
[Install]
1921
WantedBy=multi-user.target

0 commit comments

Comments
 (0)