From d0048c167c4f8f3a397b27fa82b63e8c19bf0771 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:57:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Python=20to=20v3.?= =?UTF-8?q?11.6-r0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appdaemon/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appdaemon/Dockerfile b/appdaemon/Dockerfile index 989979b..174d152 100755 --- a/appdaemon/Dockerfile +++ b/appdaemon/Dockerfile @@ -16,12 +16,12 @@ COPY rootfs/patches /patches RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r3 \ - python3-dev=3.11.5-r0 \ + python3-dev=3.11.6-r0 \ \ && apk add --no-cache \ py3-pip=23.1.2-r0 \ py3-wheel=0.40.0-r1 \ - python3=3.11.5-r0 \ + python3=3.11.6-r0 \ \ && pip install -r /tmp/requirements.txt \ \