From de5b314c7caf4db7327a262a38a719ff03d2deb1 Mon Sep 17 00:00:00 2001 From: Florian Stosse Date: Fri, 29 Aug 2025 12:46:45 +0200 Subject: [PATCH] Bump dependencies --- Dockerfile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1a41d2c..aab8e88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,11 +24,7 @@ WORKDIR /root RUN git clone --single-branch --branch v5.9.0 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 WORKDIR /root/openstreetmap-carto -RUN sed -i 's/, "unifont Medium", "Unifont Upper Medium"//g' style/fonts.mss \ -&& sed -i 's/"Noto Sans Tibetan Regular",//g' style/fonts.mss \ -&& sed -i 's/"Noto Sans Tibetan Bold",//g' style/fonts.mss \ -&& sed -i 's/Noto Sans Syriac Eastern Regular/Noto Sans Syriac Regular/g' style/fonts.mss \ -&& rm -rf .git +RUN rm -rf .git ########################################################################################################### @@ -49,7 +45,7 @@ FROM compiler-common AS final # https://switch2osm.org/serving-tiles/manually-building-a-tile-server-18-04-lts/ ENV DEBIAN_FRONTEND=noninteractive ENV AUTOVACUUM=on -ENV UPDATES=disabled +ENV UPDATES=enabled ENV REPLICATION_URL=https://planet.openstreetmap.org/replication/hour/ ENV MAX_INTERVAL_SECONDS=3600 ENV PG_VERSION 19 @@ -124,8 +120,10 @@ RUN ln -sf /dev/stdout /var/log/apache2/access.log \ # leaflet COPY leaflet-demo.html /var/www/html/index.html WORKDIR /var/www/html/ -RUN wget https://github.com/Leaflet/Leaflet/releases/download/v1.8.0/leaflet.zip \ +RUN wget https://github.com/Leaflet/Leaflet/releases/download/v1.9.4/leaflet.zip \ && unzip leaflet.zip \ +&& mv dist/* . \ +&& rmdir dist \ && rm leaflet.zip # Icon