Skip to content

Commit

Permalink
Pin Docker to Debain Stretch (home-assistant#25206)
Browse files Browse the repository at this point in the history
* Pin Docker to Debain Stretch

* Update dev docker too"
  • Loading branch information
balloob authored Jul 17, 2019
1 parent b507822 commit 8f7767d
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.7
FROM python:3.7-stretch
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.7
FROM python:3.7-stretch
LABEL maintainer="Paulus Schoutsen <[email protected]>"

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

0 comments on commit 8f7767d

Please sign in to comment.