forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change deprecated use of maintainer tag in Dockerfile. (home-assistan…
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|