From 50bfa2b1c7e77f05846c3050c3cd7e7e7c2f1c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:40:03 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/p?= =?UTF-8?q?ython3=20to=20v3.11.6-r0=20(#171)?= 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> --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 67df75b..f9f266d 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -10,7 +10,7 @@ RUN \ g++=12.2.1_git20220924-r10 \ git=2.40.1-r0 \ make=4.4.1-r1 \ - python3=3.11.5-r0 \ + python3=3.11.6-r0 \ yarn=1.22.19-r0 \ \ && apk add --no-cache \