From 176c99f0cdb7dabc9357d012c4d913db0b3a7384 Mon Sep 17 00:00:00 2001 From: R1chardTM Date: Mon, 23 Oct 2017 15:25:55 +0200 Subject: [PATCH] Change deprecated use of maintainer tag in Dockerfile. (#10068) --- Dockerfile | 2 +- virtualization/Docker/Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b4e1870affc3..3edad552671e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # This way, the development image and the production image are kept in sync. FROM python:3.6 -MAINTAINER Paulus Schoutsen +LABEL maintainer="Paulus Schoutsen " # Uncomment any of the following lines to disable the installation. #ENV INSTALL_TELLSTICK no diff --git a/virtualization/Docker/Dockerfile.dev b/virtualization/Docker/Dockerfile.dev index 69bbe6e1fa1a..ca760d7a9f3f 100644 --- a/virtualization/Docker/Dockerfile.dev +++ b/virtualization/Docker/Dockerfile.dev @@ -3,7 +3,7 @@ # Keep this file as close as possible to the production Dockerfile, so the environments match. FROM python:3.6 -MAINTAINER Paulus Schoutsen +LABEL maintainer="Paulus Schoutsen " # Uncomment any of the following lines to disable the installation. #ENV INSTALL_TELLSTICK no