From e7e26bedaa3dc61f26abcda813c40ee0c2d5205c Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Fri, 7 Aug 2020 18:58:41 -0500 Subject: [PATCH] Update socket server version to support new messages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61dc8ce4..a22071d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ FROM node:current-alpine as dependency-stage WORKDIR /app ## Install build toolchain, install node deps and compile native add-ons RUN apk add --no-cache python make g++ -RUN NPM_CONFIG_PREFIX=/app/.npm-global NPM_CONFIG_CACHE=/home/node/.cache npm install --unsafe-perm -g syncloungesocket@3.2.0 nconf +RUN NPM_CONFIG_PREFIX=/app/.npm-global NPM_CONFIG_CACHE=/home/node/.cache npm install --unsafe-perm -g syncloungesocket@4.0.0 nconf COPY docker-entrypoint.sh . COPY config config