Skip to content

Commit 598a481

Browse files
authored
Merge pull request #71 from stevo01/master
use carto version 0.18.2 to solve carto conflicts / warnings
2 parents ff86557 + d106610 commit 598a481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ WORKDIR /home/renderer/src
112112
RUN git clone https://github.com/gravitystorm/openstreetmap-carto.git
113113
WORKDIR /home/renderer/src/openstreetmap-carto
114114
USER root
115-
RUN npm install -g carto
115+
RUN npm install -g carto@0.18.2
116116
USER renderer
117117
RUN carto project.mml > mapnik.xml
118118

0 commit comments

Comments
 (0)