From 369ca6eb5dc78ed0184972a001c9c3bc381ad5cd Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 19 Nov 2024 05:50:45 -0500 Subject: [PATCH] Test --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 26dafd7..2117248 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # use multi-stage build to make pbf binary -FROM pelias/baseimage as builder +FROM pelias/baseimage:nodejs-18 as builder RUN apt-get update && apt-get install gcc -y @@ -14,7 +14,7 @@ ENV GO111MODULE=on RUN go get github.com/missinglink/pbf # use Pelias baseimage for the main image -FROM pelias/baseimage +FROM pelias/baseimage:nodejs-18 # change working dir ENV WORKDIR /code/pelias/polylines