Skip to content

Commit

Permalink
Update to Python 3.7 (home-assistant#20988)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored and pvizeli committed Feb 12, 2019
1 parent 9cbb26b commit 5dfaec5
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 @@ -2,7 +2,7 @@
# When updating this file, please also update virtualization/Docker/Dockerfile.dev
# This way, the development image and the production image are kept in sync.

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

# Uncomment any of the following lines to disable the installation.
Expand Down
2 changes: 1 addition & 1 deletion virtualization/Docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Based on the production Dockerfile, but with development additions.
# Keep this file as close as possible to the production Dockerfile, so the environments match.

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

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

0 comments on commit 5dfaec5

Please sign in to comment.