From d94daedeef18a5b607f8633f0da53f8c41eb1288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 5 Nov 2025 06:16:49 +0100 Subject: [PATCH] fix: use correct scrapy-ui image tag :main MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed image tag from :latest to :main for ghcr.io/valknarness/scrapy-ui 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- scrapy/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/compose.yaml b/scrapy/compose.yaml index be64944..1e96c74 100644 --- a/scrapy/compose.yaml +++ b/scrapy/compose.yaml @@ -55,7 +55,7 @@ services: - compose_network scrapy_ui: - image: ${SCRAPY_UI_IMAGE:-ghcr.io/valknarness/scrapy-ui:latest} + image: ${SCRAPY_UI_IMAGE:-ghcr.io/valknarness/scrapy-ui:main} container_name: ${SCRAPY_COMPOSE_PROJECT_NAME}_ui restart: unless-stopped environment: