From 328504f98a8ee93065a0cb11f0de91f43d8fa12f Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Fri, 28 Sep 2018 15:34:25 -0400 Subject: [PATCH] Use Node.js 10 Docker baseimage --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d2a4ba13..62b3189f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # base image -FROM pelias/baseimage +FROM pelias/baseimage:nodejs10 USER pelias # Where the app is built and run inside the docker fs