[webapps/foss-public-alert-server] foss_public_alert_server: Pin latest MapLibre major version that is supported here
Volker Krause <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 1663416aa48a1c2a9f4d649a00ff12db10c5b0b4 by Volker Krause.
Committed on 01/08/2026 at 09:05.
Pushed by vkrause into branch 'master'.
Pin latest MapLibre major version that is supported here
Version 6 requires changes and breaks the build, so stick with 5 for now.
M +1 -1 foss_public_alert_server/Containerfile
https://invent.kde.org/webapps/foss-public-alert-server/-/commit/1663416aa48a1c2a9f4d649a00ff12db10c5b0b4
diff --git a/foss_public_alert_server/Containerfile b/foss_public_alert_server/Containerfile
index 5ba4cfe91..e8074f2f0 100644
--- a/foss_public_alert_server/Containerfile
+++ b/foss_public_alert_server/Containerfile
@@ -13,7 +13,7 @@ RUN uv sync --no-editable --compile-bytecode --no-dev
COPY . /app
RUN mkdir -p /app/alertHandler/static/maplibre
-ARG MAPLIBRE_VERSION="latest"
+ARG MAPLIBRE_VERSION="5"
# TODO should be --fail-with-body, once we have a sufficiently new curl in this image
RUN curl --fail -L https://unpkg.com/maplibre-gl@${MAPLIBRE_VERSION}/dist/maplibre-gl.css > /app/alertHandler/static/maplibre/maplibre-gl.css
RUN curl --fail -L https://unpkg.com/maplibre-gl@${MAPLIBRE_VERSION}/dist/maplibre-gl.js > /app/alertHandler/static/maplibre/maplibre-gl.js