Skip to content

Commit

Permalink
CPT-1 Use Python 3.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
borna-ng committed May 24, 2024
1 parent 1719f1f commit f499475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ COPY docker/msfonts.sh /tmp/msfonts.sh
RUN chmod +x /tmp/msfonts.sh; sync; /tmp/msfonts.sh; rm -rf /tmp/msfonts.sh

# Python
ARG PYTHON_VERSION=3.8
ARG PYTHON_VERSION=3.8.10
ENV PYENV_ROOT="$HOME/.pyenv"
ENV PATH="${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:${PATH}"
RUN git clone --depth 1 -b v2.4.1 https://github.com/pyenv/pyenv.git "${PYENV_ROOT}" \
Expand Down

0 comments on commit f499475

Please sign in to comment.