diff options
author | 2024-10-07 18:43:49 +0100 | |
---|---|---|
committer | 2024-10-07 18:43:49 +0100 | |
commit | 9bf5123b0aa8011c7b6238b56b8ce462af256712 (patch) | |
tree | aaea7f72413cc693691c9221175891a37ed550c4 | |
parent | Reuse the default executable path const in tests (diff) |
Bump 3.12 to 3.12.7 from 3.12.5
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ COPY --link scripts/build_python.sh / # ------------------------------------------------------------------------------ FROM builder-py-base as builder-py-3_12 -RUN /build_python.sh 3.12.5 +RUN /build_python.sh 3.12.7 # ------------------------------------------------------------------------------ FROM builder-py-base as builder-py-3_13 RUN /build_python.sh 3.13.0rc3 |