diff options
author | 2025-10-08 04:58:53 +0100 | |
---|---|---|
committer | 2025-10-08 04:58:53 +0100 | |
commit | c7fae913df7c186ea12467b10afb56b2d00c71a7 (patch) | |
tree | 8080e1e4770fce564f83d17cf1c3f3f976c585d5 | |
parent | Merge pull request #242 from python-discord/dependabot/github_actions/ci-depe... (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 |