Skip to content
Snippets Groups Projects
Commit bb92ef54 authored by Phil Hawthorne's avatar Phil Hawthorne Committed by Paulus Schoutsen
Browse files

Downgrade Docker to Python 3.5 to solve Segmentation Faults (#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/home-assistant#7752
parent 9f5bfe28
No related branches found
No related tags found
No related merge requests found
FROM python:3.6 FROM python:3.5
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl> MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
# Uncomment any of the following lines to disable the installation. # Uncomment any of the following lines to disable the installation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Based on the production Dockerfile, but with development additions. # Based on the production Dockerfile, but with development additions.
# Keep this file as close as possible to the production Dockerfile, so the environments match. # 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 <Paulus@PaulusSchoutsen.nl> MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
# Uncomment any of the following lines to disable the installation. # Uncomment any of the following lines to disable the installation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment