Change deprecated use of maintainer tag in Dockerfile. (#10068)

This commit is contained in:
R1chardTM 2017-10-23 15:25:55 +02:00 committed by Fabian Affolter
parent 42e59b465e
commit 176c99f0cd
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# This way, the development image and the production image are kept in sync.
FROM python:3.6
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
# Uncomment any of the following lines to disable the installation.
#ENV INSTALL_TELLSTICK no

View file

@ -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 <Paulus@PaulusSchoutsen.nl>
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
# Uncomment any of the following lines to disable the installation.
#ENV INSTALL_TELLSTICK no