summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoémi Ványi <kvch@users.noreply.github.com>2018-08-19 21:54:51 +0200
committerGitHub <noreply@github.com>2018-08-19 21:54:51 +0200
commit8ec55112a06e3133ee6de930a96d693cd5204645 (patch)
tree8e1ec20da83142b3cec496adab006c2b9b5dca47
parentc5c812899f737082f65d0726fbc0ad21501e09e7 (diff)
parent8f744ddfb27188ca0a615916bfb8df0c3b56819f (diff)
downloadsearxng-8ec55112a06e3133ee6de930a96d693cd5204645.tar.gz
searxng-8ec55112a06e3133ee6de930a96d693cd5204645.zip
Merge pull request #1233 from Angristan/patch-2
Use new LABEL syntax for Dockerfile
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index bf599a0d5..198dd1d78 100644
--- 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