diff options
| author | 2023-10-02 15:59:54 +0100 | |
|---|---|---|
| committer | 2023-10-02 15:59:54 +0100 | |
| commit | d85a0090f3354b4c0c60d1040d38a2f609ff21da (patch) | |
| tree | 633ac1f965d055759770a5992534eb998325ef05 | |
| parent | Merge #193 - Update to Debian Bookworm (diff) | |
Use 3.12.0 over 3.12.0rc2 for 3.12 support
Diffstat (limited to '')
| -rw-r--r-- | Dockerfile | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -38,8 +38,8 @@ RUN git clone -b v2.3.26 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROO  # ------------------------------------------------------------------------------  FROM builder-py-base as builder-py-3_12 -RUN git clone -b v2.3.26 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \ -    && /build_python.sh 3.12.0rc2 +RUN git clone -b v2.3.28 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \ +    && /build_python.sh 3.12.0  # ------------------------------------------------------------------------------  FROM python:3.11-slim-bookworm as base  |