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