Skip to content

Commit

Permalink
use carto version 0.18.2 to solve carto conflicts / warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stevo01 committed Sep 27, 2019
1 parent ff86557 commit d106610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d106610

Please sign in to comment.