MAINTAINER is deprecated

This commit is contained in:
Shao Yu Lung
2018-03-16 21:09:15 +08:00
parent 436e9e5a66
commit 349be8b30e
19 changed files with 20 additions and 20 deletions

View File

@ -1,5 +1,5 @@
FROM minio/minio
MAINTAINER Thor Erik Lie <thor@thorerik.com>
LABEL maintainer="Thor Erik Lie <thor@thorerik.com>"
ENTRYPOINT ["minio", "server", "/export"]