Skip to content

Commit

Permalink
Downgrade Docker to Python 3.5 to solve Segmentation Faults (home-ass…
Browse files Browse the repository at this point in the history
…istant#7799)

Downgrades the Dockerfiles used by Home Assistant to Python 3.5, after
Python 3.6 base image was causing segmentation faults.

See home-assistant#7752
  • Loading branch information
philhawthorne authored and balloob committed May 31, 2017
1 parent 9f5bfe2 commit bb92ef5
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
@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.5
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.5
MAINTAINER Paulus Schoutsen <[email protected]>

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

0 comments on commit bb92ef5

Please sign in to comment.