summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAngristan <Angristan@users.noreply.github.com>2018-03-10 15:58:13 +0100
committerGitHub <noreply@github.com>2018-03-10 15:58:13 +0100
commite7f7eda18cc69287f30c512a98b4e90453bcd8e7 (patch)
tree99b150e683a5aad5d0d1bfe38a6c2b04ff777ded /Dockerfile
parentb918b29f90ef874381987c2209a4615745286524 (diff)
Use new LABEL syntax for Dockerfile
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 27358503..af1c73e8 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