diff options
author | Angristan <Angristan@users.noreply.github.com> | 2018-03-10 15:58:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-10 15:58:13 +0100 |
commit | e7f7eda18cc69287f30c512a98b4e90453bcd8e7 (patch) | |
tree | 99b150e683a5aad5d0d1bfe38a6c2b04ff777ded /Dockerfile | |
parent | b918b29f90ef874381987c2209a4615745286524 (diff) | |
download | searxng-e7f7eda18cc69287f30c512a98b4e90453bcd8e7.tar.gz searxng-e7f7eda18cc69287f30c512a98b4e90453bcd8e7.zip |
Use new LABEL syntax for Dockerfile
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 273585033..af1c73e86 100644 --- 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 |