Skip to content

Commit d106610

Browse files
committed
use carto version 0.18.2 to solve carto conflicts / warnings
1 parent ff86557 commit d106610

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)