[Dockerfiles] Replaced deprecated MAINTAINER with LABEL

Used format proposed in
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
This commit is contained in:
Michael Käufl
2017-05-13 15:33:32 +02:00
parent 0a90bdc4df
commit d0d0961006
7 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
FROM debian:stretch-slim
MAINTAINER https://m-ko.de Markus Kosmal <code@cnfg.io>
LABEL maintainer "https://m-ko.de Markus Kosmal <code@cnfg.io>"
# Debian Base to use
ENV DEBIAN_VERSION stretch