From 9550a38f22f491b2fc86642ed91b376f5dc5791f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 18 Jul 2019 00:16:15 +0200 Subject: [PATCH] Upgrades Dockerfiles to Debian Buster (#25208) --- Dockerfile | 2 +- virtualization/Docker/Dockerfile.dev | 2 +- virtualization/Docker/setup_docker_prereqs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73134e4e59c..09c16707541 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " # Uncomment any of the following lines to disable the installation. diff --git a/virtualization/Docker/Dockerfile.dev b/virtualization/Docker/Dockerfile.dev index 3e8b86e2450..2191d8ad920 100644 --- a/virtualization/Docker/Dockerfile.dev +++ b/virtualization/Docker/Dockerfile.dev @@ -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 " # Uncomment any of the following lines to disable the installation. diff --git a/virtualization/Docker/setup_docker_prereqs b/virtualization/Docker/setup_docker_prereqs index bbc513502fa..9f3fc81d045 100755 --- a/virtualization/Docker/setup_docker_prereqs +++ b/virtualization/Docker/setup_docker_prereqs @@ -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