From 58455d53ae0d9e057997d58168700cceac8b0e2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:50:27 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/p?= =?UTF-8?q?ython3=20to=20v3.11.10-r0=20(#196)?= 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> --- uptime-kuma/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index 494e39f..b967b6d 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/Dockerfile @@ -22,7 +22,7 @@ RUN \ py3-pip=23.3.1-r0 \ \ && apk add --no-cache \ - python3=3.11.9-r1 \ + python3=3.11.10-r0 \ iputils=20221126-r2 \ setpriv=2.39.3-r0 \ \