Use new LABEL syntax for Dockerfile

https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
This commit is contained in:
Angristan 2018-03-10 15:58:13 +01:00 committed by GitHub
parent b918b29f90
commit e7f7eda18c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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