Skip to content

Commit

Permalink
chore(docker): Upgrade python to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Sep 28, 2023
1 parent 7e3de27 commit 6dac18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PYENV_GIT_TAG=v2.3.25
PYTHON_INSPECTOR_VERSION=0.9.8
PYTHON_PIPENV_VERSION=2022.9.24
PYTHON_POETRY_VERSION=1.6.1
PYTHON_VERSION=3.10.13
PYTHON_VERSION=3.11.5
RUBY_VERSION=3.1.2
RUST_VERSION=1.72.0
SBT_VERSION=1.6.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
tk-dev \
&& sudo rm -rf /var/lib/apt/lists/*

ARG PYTHON_VERSION=3.10.13
ARG PYTHON_VERSION=3.11.5
ARG PYENV_GIT_TAG=v2.3.25

ENV PYENV_ROOT=/opt/python
Expand Down

0 comments on commit 6dac18d

Please sign in to comment.