logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 8ec55112a06e3133ee6de930a96d693cd5204645
parent: c5c812899f737082f65d0726fbc0ad21501e09e7
Author: Noémi Ványi <kvch@users.noreply.github.com>
Date:   Sun, 19 Aug 2018 21:54:51 +0200

Merge pull request #1233 from Angristan/patch-2

Use new LABEL syntax for Dockerfile

Diffstat:

MDockerfile4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -MAINTAINER searx <https://github.com/asciimoo/searx> -LABEL description "A privacy-respecting, hackable metasearch engine." +LABEL maintainer="searx <https://github.com/asciimoo/searx>" +LABEL description="A privacy-respecting, hackable metasearch engine." ENV BASE_URL=False IMAGE_PROXY=False EXPOSE 8888