From 6111a4b0533303f5d4240a50b4918f77616b687a Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Mon, 27 Jul 2020 21:17:46 -0500 Subject: [PATCH] Bump syncloungesocket version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52d54ce7..7e9dda71 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.0.0 nconf +RUN NPM_CONFIG_PREFIX=/app/.npm-global NPM_CONFIG_CACHE=/home/node/.cache npm install --unsafe-perm -g syncloungesocket@3.1.1 nconf COPY docker-entrypoint.sh . COPY config config