logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: e7f7eda18cc69287f30c512a98b4e90453bcd8e7
parent b918b29f90ef874381987c2209a4615745286524
Author: Angristan <Angristan@users.noreply.github.com>
Date:   Sat, 10 Mar 2018 15:58:13 +0100

Use new LABEL syntax for Dockerfile

https://docs.docker.com/engine/reference/builder/#maintainer-deprecated

Diffstat:

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

diff --git a/Dockerfile b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -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