From 6f0d761b6c66fd2c64b186bf341cd878e8917126 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 19:07:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F21/p?= =?UTF-8?q?ython3=20to=20v3.12.10-r0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 62b4943..a4c9999 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -10,7 +10,7 @@ RUN \ g++=14.2.0-r4 \ git=2.47.2-r0 \ make=4.4.1-r2 \ - python3=3.12.9-r0 \ + python3=3.12.10-r0 \ \ && apk add --no-cache \ icu-data-full=74.2-r0 \