From b653119ab1db9f70fccfd6e6449b2b12d592bea4 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Thu, 1 May 2025 16:42:34 +0200 Subject: [PATCH] sort labels --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 191b60b21..15e715aa6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,8 +68,8 @@ COPY --chown=searxng:searxng ./dockerfiles/ ./dockerfiles/ LABEL org.opencontainers.image.authors="searxng <$GIT_URL>" \ org.opencontainers.image.created=$LABEL_DATE \ - org.opencontainers.image.documentation="https://github.com/searxng/searxng-docker" \ org.opencontainers.image.description="A privacy-respecting, hackable metasearch engine" \ + org.opencontainers.image.documentation="https://github.com/searxng/searxng-docker" \ org.opencontainers.image.licenses="AGPL-3.0-or-later" \ org.opencontainers.image.revision=$LABEL_VCS_REF \ org.opencontainers.image.source=$LABEL_VCS_URL \