From cbd2e5a08f1c5a7f95b32f457ba42b774a9ab345 Mon Sep 17 00:00:00 2001 From: Julin Date: Fri, 8 Dec 2023 10:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E8=A7=A3=E5=86=B3=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=97=B6=E9=94=99=E8=AF=AF=EF=BC=9A=20Error=20loading?= =?UTF-8?q?=20Python=20lib=20'/tmp/=5FMEIuEfGPg/libpython3.8.so.1.0':=20dl?= =?UTF-8?q?open:=20/lib/x86=5F64-linux-gnu/libm.so.6:=20version=20`GLIBC?= =?UTF-8?q?=5F2.35'=20not=20found=20(required=20by=20/tmp/=5FMEIuEfGPg/lib?= =?UTF-8?q?python3.8.so.1.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/pep-stats-report/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/pep-stats-report/Dockerfile b/code/pep-stats-report/Dockerfile index 89ff1ff..359542b 100644 --- a/code/pep-stats-report/Dockerfile +++ b/code/pep-stats-report/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 AS python_base +FROM python:3.8.16 AS python_base WORKDIR /app