We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef62b74 commit c0aec68Copy full SHA for c0aec68
Dockerfile
@@ -4,7 +4,7 @@ ENV PYTHONUNBUFFERED=1 \
4
TALKOPS_STDERR=/tmp/talkops.stderr.log \
5
TALKOPS_STDOUT=/tmp/talkops.stdout.log
6
RUN apk add --no-cache nodejs npm && \
7
- npm install -g pm2@6.0.6 talkops-client@1.0.0 && \
+ npm install -g pm2@6.0.6 talkops-client@1.0.2 && \
8
mkdir /.cache && \
9
mkdir /.local && \
10
mkdir /.pm2 && \
0 commit comments