Merge pull request #1233 from Angristan/patch-2

Use new LABEL syntax for Dockerfile
dependabot/pip/master/sphinx-6.1.3
Noémi Ványi 6 years ago committed by GitHub
commit 8ec55112a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save