Skip to content

Commit

Permalink
Upgrades Dockerfiles to Debian Buster (home-assistant#25208)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored and balloob committed Jul 17, 2019
1 parent 4e20e49 commit 9550a38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-stretch
FROM python:3.7-buster
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-stretch
FROM python:3.7-buster
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/setup_docker_prereqs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PACKAGES=(
# homeassistant.components.device_tracker.bluetooth_tracker
bluetooth libglib2.0-dev libbluetooth-dev
# homeassistant.components.device_tracker.owntracks
libsodium18
libsodium23
# homeassistant.components.zwave
libudev-dev
# homeassistant.components.homekit_controller
Expand Down

0 comments on commit 9550a38

Please sign in to comment.