Skip to content

Commit c0aec68

Browse files
committed
update
1 parent ef62b74 commit c0aec68

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
@@ -4,7 +4,7 @@ ENV PYTHONUNBUFFERED=1 \
44
TALKOPS_STDERR=/tmp/talkops.stderr.log \
55
TALKOPS_STDOUT=/tmp/talkops.stdout.log
66
RUN apk add --no-cache nodejs npm && \
7-
npm install -g pm2@6.0.6 talkops-client@1.0.0 && \
7+
npm install -g pm2@6.0.6 talkops-client@1.0.2 && \
88
mkdir /.cache && \
99
mkdir /.local && \
1010
mkdir /.pm2 && \

0 commit comments

Comments
 (0)