From 261f59b4816715cb10bb269b614d1e64e2fa558c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Daniel?= Date: Fri, 12 Oct 2018 10:28:54 -0300 Subject: [PATCH] feat: bump node from 10.11-alpine to 10.12-alpine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Daniel --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7b94ad..4b46217 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.11-alpine +FROM node:10.12-alpine WORKDIR /app COPY . ./