Skip to content

Commit 39d9b43

Browse files
committed
update
1 parent 6d8c792 commit 39d9b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ENV NODE_NO_WARNINGS=1 \
33
TALKOPS_SOCKET=/tmp/talkops.sock \
44
TALKOPS_STDERR=/tmp/talkops.stderr.log \
55
TALKOPS_STDOUT=/tmp/talkops.stdout.log
6-
RUN npm install -g pm2@6.0.6 talkops-client@1.0.0 && \
6+
RUN npm install -g pm2@6.0.6 talkops-client@1.0.2 && \
77
mkdir /app && \
88
mkdir /data && \
99
chown node:node /app && \

0 commit comments

Comments
 (0)