1
0
mirror of https://github.com/home-assistant/core synced 2024-07-08 20:17:01 +00:00

Pin Docker to Debain Stretch (#25206)

* Pin Docker to Debain Stretch

* Update dev docker too"
This commit is contained in:
Paulus Schoutsen 2019-07-17 14:04:13 -07:00 committed by GitHub
parent b507822280
commit 8f7767d5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.7
FROM python:3.7-stretch
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
# Uncomment any of the following lines to disable the installation.

View File

@ -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.7
FROM python:3.7-stretch
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
# Uncomment any of the following lines to disable the installation.