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:
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user