diff --git a/Dockerfile b/Dockerfile index a84c7f2..9b3419a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,7 +112,7 @@ WORKDIR /home/renderer/src RUN git clone https://github.com/gravitystorm/openstreetmap-carto.git WORKDIR /home/renderer/src/openstreetmap-carto USER root -RUN npm install -g carto +RUN npm install -g carto@0.18.2 USER renderer RUN carto project.mml > mapnik.xml