From 6cd1d50a4f7819e137d6441b1e0f90dd03bb4a2d Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 9 Oct 2024 08:30:23 +0200 Subject: [PATCH] Build - Add image source label to Dockerfile (Better Renovate and others support) (#2690) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6641b947..3c057d67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,7 @@ RUN pip install --target=/dependencies playwright~=1.41.2 \ # Final image stage FROM python:${PYTHON_VERSION}-slim-bookworm +LABEL org.opencontainers.image.source="https://github.com/dgtlmoon/changedetection.io" RUN apt-get update && apt-get install -y --no-install-recommends \ libxslt1.1 \