From 207a6ad00b911e1e0d87d372fbcc02c0a82a1382 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 15 Nov 2022 13:07:19 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20python3=20to=20?= =?UTF-8?q?3.10.8-r0=20(#124)?= 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 88d427e..1f98e65 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -9,7 +9,7 @@ RUN \ g++=11.2.1_git20220219-r2 \ git=2.36.3-r0 \ make=4.3-r0 \ - python3=3.10.5-r0 \ + python3=3.10.8-r0 \ yarn=1.22.19-r0 \ \ && ln -s /usr/bin/python3 /usr/bin/python \