diff options
author | Alexandre Flament <alex@al-f.net> | 2021-10-01 09:48:53 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-10-01 09:48:53 +0200 |
commit | 499c7b3cceb90684af9825cc428aa365b35b4c6f (patch) | |
tree | 262fbcb9e77f89b222a4896011b75be523023682 /Dockerfile | |
parent | 1dfac73a64ba15034a16fc0639618bf85594b98b (diff) | |
download | searxng-499c7b3cceb90684af9825cc428aa365b35b4c6f.tar.gz searxng-499c7b3cceb90684af9825cc428aa365b35b4c6f.zip |
SearXNG: .github, searxng-docker
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 63f886eba..a05adaf4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,11 +80,11 @@ LABEL maintainer="searxng <${GIT_URL}>" \ org.label-schema.vcs-ref=${LABEL_VCS_REF} \ org.label-schema.vcs-url=${LABEL_VCS_URL} \ org.label-schema.build-date="${LABEL_DATE}" \ - org.label-schema.usage="https://github.com/searx/searx-docker" \ + org.label-schema.usage="https://github.com/searxng/searxng-docker" \ org.opencontainers.image.title="searxng" \ org.opencontainers.image.version="${SEARX_GIT_VERSION}" \ org.opencontainers.image.url="${LABEL_VCS_URL}" \ org.opencontainers.image.revision=${LABEL_VCS_REF} \ org.opencontainers.image.source=${LABEL_VCS_URL} \ org.opencontainers.image.created="${LABEL_DATE}" \ - org.opencontainers.image.documentation="https://github.com/searx/searx-docker" + org.opencontainers.image.documentation="https://github.com/searxng/searxng-docker" |