From bea8543612fccc502323e0b5afd5e6bb1233a767 Mon Sep 17 00:00:00 2001 From: Jon Buckley Date: Thu, 26 Oct 2017 11:59:19 -0400 Subject: [PATCH] chore(docker): Update to node v6.11.5 for security fix --- Dockerfile-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-build b/Dockerfile-build index 50edc89cf..57a89bdac 100644 --- a/Dockerfile-build +++ b/Dockerfile-build @@ -1,4 +1,4 @@ -FROM node:6.11.1-alpine +FROM node:6.11.5-alpine RUN addgroup -g 10001 app && \ adduser -D -G app -h /app -u 10001 app