From a83f9e63b99dccb18fde49923140e180b8296573 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Fri, 27 Mar 2026 11:06:59 +0200 Subject: [PATCH] fix(martin): correct Docker image tag to 1.4.0 (no v prefix for v1.x+) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Martin changed tag format at v1.0: v0.15.0 → 1.4.0 (dropped the v prefix). Co-Authored-By: Claude Opus 4.6 (1M context) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 350805b..5847bfb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -102,7 +102,7 @@ services: start_period: 10s martin: - image: ghcr.io/maplibre/martin:v1.4.0 + image: ghcr.io/maplibre/martin:1.4.0 container_name: martin restart: unless-stopped ports: