diff options
| author | Noémi Ványi <kvch@users.noreply.github.com> | 2020-04-15 23:33:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-15 23:33:16 +0200 |
| commit | fcb44c654228a210ed66533f6aa7847035cbf985 (patch) | |
| tree | c681cc52463ae6fab9f68c36e4f1edff6df84261 /Dockerfile | |
| parent | 4f90fb6a9236a9699e80c249153ba372bf308cb8 (diff) | |
| parent | 4eddbca81d7a9f7d2c8b7059a2b4d0787804cbb0 (diff) | |
Merge branch 'master' into fix_startpage_ValueError_on_spanish_datetime
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 9885fb794..700a21ffc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ EXPOSE 8080 VOLUME /etc/searx VOLUME /var/log/uwsgi +ARG GIT_URL=unknown ARG VERSION_GITCOMMIT=unknown ARG SEARX_GIT_VERSION=unknown @@ -66,7 +67,7 @@ RUN su searx -c "/usr/bin/python3 -m compileall -q searx"; \ # Keep this argument at the end since it change each time ARG LABEL_DATE= -LABEL maintainer="searx <https://github.com/asciimoo/searx>" \ +LABEL maintainer="searx <${GIT_URL}>" \ description="A privacy-respecting, hackable metasearch engine." \ version="${SEARX_GIT_VERSION}" \ org.label-schema.schema-version="1.0" \ |