Skip to content

Commit

Permalink
Change deprecated use of maintainer tag in Dockerfile. (home-assistan…
Browse files Browse the repository at this point in the history
  • Loading branch information
R1chardTM authored and fabaff committed Oct 23, 2017
1 parent 42e59b4 commit 176c99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This way, the development image and the production image are kept in sync.

FROM python:3.6
MAINTAINER Paulus Schoutsen <[email protected]>
LABEL maintainer="Paulus Schoutsen <[email protected]>"

# Uncomment any of the following lines to disable the installation.
#ENV INSTALL_TELLSTICK no
Expand Down
2 changes: 1 addition & 1 deletion virtualization/Docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
LABEL maintainer="Paulus Schoutsen <[email protected]>"

# Uncomment any of the following lines to disable the installation.
#ENV INSTALL_TELLSTICK no
Expand Down

0 comments on commit 176c99f

Please sign in to comment.