Dockerfile: Drop deprecated MAINTAINER command

This commit is contained in:
Daniele Rondina
2019-08-14 18:38:34 +02:00
parent 9c86cf31d7
commit bc04ea4efa
+1 -1
View File
@@ -1,6 +1,6 @@
FROM sabayon/stage3-amd64
MAINTAINER mudler <mudler@sabayonlinux.org>
LABEL maintainer="mudler <mudler@sabayonlinux.org>"
# Set locales to en_US.UTF-8
ENV LC_ALL=en_US.UTF-8