Change MAINTAINER line to label

According to https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
`MAINTAINER` is deprecated, and `LABEL maintainer` should be used, since it give more flexebility
This commit is contained in:
Pavel Lobashov 2017-05-22 11:49:46 +03:00 committed by GitHub
parent af131c3007
commit 3f8ac6ee7e

@ -1,5 +1,5 @@
FROM ubuntu:14.04
MAINTAINER Ascensio System SIA <support@onlyoffice.com>
LABEL maintainer Ascensio System SIA <support@onlyoffice.com>
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 DEBIAN_FRONTEND=noninteractive