From e76332f123823c148f9dd579575752619c153908 Mon Sep 17 00:00:00 2001 From: Greg Date: Thu, 17 Feb 2022 20:20:16 +0000 Subject: [PATCH] upgrade carto as well --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dab0c46..478afd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,7 +86,7 @@ RUN cd ~ \ && git clone --single-branch --branch v5.4.0 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 \ && cd openstreetmap-carto \ && sed -ie 's#https:\/\/naciscdn.org\/naturalearth\/110m\/cultural\/ne_110m_admin_0_boundary_lines_land.zip#https:\/\/naturalearth.s3.amazonaws.com\/110m_cultural\/ne_110m_admin_0_boundary_lines_land.zip#g' external-data.yml \ -&& npm install -g carto@0.18.2 \ +&& npm install -g carto@1.2.0 \ && carto project.mml > mapnik.xml ###########################################################################################################