Skip to content

Commit 68d236b

Browse files
authored
feat: update python to 3.11 (#39)
1 parent 597671e commit 68d236b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN pnpm config set store-dir ${PNPM_HOME}/store && \
4545
pnpm setup zsh
4646

4747
# setup uv and python
48-
ENV PYTHON_VERSION="3.10.12"
48+
ENV PYTHON_VERSION="3.11.13"
4949
ENV PATH="${HOME}/.local/uv_bin/:${PATH}"
5050

5151
# We need to make python effective globally, but uv currently does not have a command to directly obtain the full path of the current python, so it can be done by manual concatenation.
@@ -81,7 +81,7 @@ RUN echo "Etc/UTC" > /etc/timezone
8181
RUN echo 'APT::Install-Recommends "false";' >> /etc/apt/apt.conf.d/99-recommends
8282

8383
# setup poetry
84-
ENV POETRY_VERSION="2.1.2"
84+
ENV POETRY_VERSION="2.1.4"
8585
ENV POETRY_INSTALL_PATH="${HOME}/.local/share/poetry"
8686
RUN python -m venv ${POETRY_INSTALL_PATH} && \
8787
${POETRY_INSTALL_PATH}/bin/pip install -U pip setuptools && \

0 commit comments

Comments
 (0)