From a7057737e3c562ba0e6ed271f20c3b0f211a4257 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:47:46 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/p?= =?UTF-8?q?ython3-dev=20to=20v3.11.8-r0=20(#7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bazarr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/Dockerfile b/bazarr/Dockerfile index 3504a3f..d471ca0 100644 --- a/bazarr/Dockerfile +++ b/bazarr/Dockerfile @@ -17,7 +17,7 @@ RUN \ linux-headers=6.5-r0 \ musl-dev=1.2.4_git20230717-r4 \ py3-pip=23.3.1-r0 \ - python3-dev=3.11.6-r1 \ + python3-dev=3.11.8-r0 \ \ && apk add --no-cache \ 7zip=23.01-r0 \