From b5d4b3fc28a16d276d9d07f7865c42b83357b90d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 19:22:16 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F17/p?= =?UTF-8?q?ython3=20to=20v3.10.11-r0=20(#71)?= 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 fe8a41e..f11028f 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/Dockerfile @@ -22,7 +22,7 @@ RUN \ && apk add --no-cache \ nodejs=18.14.2-r0 \ npm=9.1.2-r0 \ - python3=3.10.10-r0 \ + python3=3.10.11-r0 \ iputils=20211215-r0 \ setpriv=2.38.1-r1 \ \