Skip to content

Commit

Permalink
CPT-268 Upgrade to Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
borna-ng committed Dec 10, 2024
1 parent d7c0516 commit 94d49fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.10
3.9.21
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ENV PYENV_ROOT="/.pyenv"
ENV PATH="${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:${PATH}"
COPY .python-version .
RUN PYTHON_VERSION="$(cat .python-version)" \
&& git clone --depth 1 -b v2.4.1 https://github.com/pyenv/pyenv.git "${PYENV_ROOT}" \
&& git clone --depth 1 -b v2.4.22 https://github.com/pyenv/pyenv.git "${PYENV_ROOT}" \
&& pyenv install --verbose ${PYTHON_VERSION} \
&& pyenv global ${PYTHON_VERSION} \
&& rm .python-version
Expand Down

0 comments on commit 94d49fd

Please sign in to comment.