From 17872ee5a331f2ca95a8aa314ac53c1f0b99a0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Tue, 24 Oct 2023 08:49:19 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0=20tinker=20python=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dda23be..83edae5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,9 +22,9 @@ RUN set -ex \ WORKDIR /opt/download/applets -ARG PYTHON_VERSION=3.10.11 +ARG PYTHON_VERSION=3.11.6 RUN set -ex \ - && wget -q ${DOWNLOAD_URL}/public/python-${PYTHON_VERSION}-amd64.exe + && wget -q https://www.python.org/ftp/python/${PYTHON_VERSION}/python-${PYTHON_VERSION}-amd64.exe ARG CHROME_VERSION=114.0.5735.134 RUN set -ex \