diff options
author | 2025-10-08 04:58:53 +0100 | |
---|---|---|
committer | 2025-10-08 23:20:45 +0100 | |
commit | d8241a77cf0015bc46ebe76fd39faf267d590a3e (patch) | |
tree | 8080e1e4770fce564f83d17cf1c3f3f976c585d5 | |
parent | Revert "Update to use 3.14 release" and "Update pyenv to 2.6.9" (diff) |
Update to use 3.14 release
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ FROM builder-py-base AS builder-py-3_13t RUN /build_python.sh 3.13.2t # ------------------------------------------------------------------------------ FROM builder-py-base AS builder-py-3_14 -RUN /build_python.sh 3.14.0rc1 +RUN /build_python.sh 3.14.0 # ------------------------------------------------------------------------------ FROM python:3.13-slim-bookworm AS base |