Skip to content

Commit

Permalink
Merge pull request #71 from stevo01/master
Browse files Browse the repository at this point in the history
use carto version 0.18.2 to solve carto conflicts / warnings
  • Loading branch information
Overv authored Sep 29, 2019
2 parents ff86557 + d106610 commit 598a481
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 598a481

Please sign in to comment.