Update tippecanoe

This commit is contained in:
Diego Ripley
2025-09-18 19:17:24 +00:00
parent dff7ea6fad
commit 37c3a286d8
+1 -1
View File
@@ -27,7 +27,7 @@ RUN apt-get install -y neovim \
# tippecanoe # tippecanoe
RUN git clone https://github.com/felt/tippecanoe.git \ RUN git clone https://github.com/felt/tippecanoe.git \
&& cd tippecanoe \ && cd tippecanoe \
&& git checkout 2.78.0 \ && git checkout 2.79.0 \
&& make -j \ && make -j \
&& make install \ && make install \
&& rm /home/jovyan/tippecanoe -rf && rm /home/jovyan/tippecanoe -rf