bump version cartocss 0.18.2 -> 1.2.0

This commit is contained in:
Olivier DEBAUCHE 2021-06-09 21:43:06 +02:00 committed by GitHub
parent c3bf2471c1
commit 32a31b9caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ RUN mkdir -p /home/renderer/src \
&& git clone --single-branch --branch v5.3.1 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 \ && git clone --single-branch --branch v5.3.1 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 \
&& cd openstreetmap-carto \ && cd openstreetmap-carto \
&& rm -rf .git \ && rm -rf .git \
&& npm install -g carto@0.18.2 \ && npm install -g carto \
&& carto project.mml > mapnik.xml && carto project.mml > mapnik.xml
# Configure renderd # Configure renderd