Skip to content

Commit 7823308

Browse files
committed
update
1 parent 831d42e commit 7823308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)