Used format proposed in https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
@@ -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
@@ -1,6 +1,6 @@
#ubuntu:xenial
-MAINTAINER Andre Peters <andre.peters@servercow.de>
+LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL C
FROM php:7.1-fpm
FROM debian:jessie-slim