From 37c3a286d8ce3ddcde335f70aa3a98b801955c31 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Thu, 18 Sep 2025 19:17:24 +0000 Subject: [PATCH] Update tippecanoe --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 370283d..158c53b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get install -y neovim \ # tippecanoe RUN git clone https://github.com/felt/tippecanoe.git \ && cd tippecanoe \ - && git checkout 2.78.0 \ + && git checkout 2.79.0 \ && make -j \ && make install \ && rm /home/jovyan/tippecanoe -rf