From d85a0090f3354b4c0c60d1040d38a2f609ff21da Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 2 Oct 2023 15:59:54 +0100 Subject: Use 3.12.0 over 3.12.0rc2 for 3.12 support --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14e23f0..4e6e0a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- cgit v1.2.3