upgrade carto from v0.18.2 to v1.2.0 (#355) (#359)

Co-authored-by: Kai Liebscher <kliebscher@micromata.de>
This commit is contained in:
Kai Liebscher 2023-06-25 12:34:51 +02:00 committed by GitHub
parent 61270b8bff
commit 6088b9b37f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ RUN pip3 install \
pyyaml
# Install carto for stylesheet
RUN npm install -g carto@0.18.2
RUN npm install -g carto@1.2.0
# Configure Apache
RUN echo "LoadModule tile_module /usr/lib/apache2/modules/mod_tile.so" >> /etc/apache2/conf-available/mod_tile.conf \