From d09ce06199fe5a22de10e7c6077e8b7298074d2f Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 18 Jul 2024 19:30:56 +0200 Subject: [PATCH] Bump OTA Provider to 2024.7.2 OTA Provider to 2024.7.2 increases the number of network endpoints supported. This makes the OTA Provider work on systems with many add-ons/network interfaces just like the controller itself. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70426ab7..83fe2450 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN \ ARG PYTHON_MATTER_SERVER -ENV chip_example_url "https://github.com/home-assistant-libs/matter-linux-ota-provider/releases/download/2024.7.1" +ENV chip_example_url "https://github.com/home-assistant-libs/matter-linux-ota-provider/releases/download/2024.7.2" ARG TARGETPLATFORM RUN \