Skip to content

Commit

Permalink
perf: 更新 tinker python 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Oct 24, 2023
1 parent c7da888 commit 17872ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 17872ee

Please sign in to comment.