File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ COPY --link scripts/build_python.sh /
3535
3636# ------------------------------------------------------------------------------
3737FROM builder-py-base AS builder-py-3_13
38- RUN /build_python.sh 3.13.2
38+ RUN /build_python.sh 3.13.5
3939# ------------------------------------------------------------------------------
4040FROM builder-py-base AS builder-py-3_13t
4141RUN /build_python.sh 3.13.2t
4242# ------------------------------------------------------------------------------
4343FROM builder-py-base AS builder-py-3_14
44- RUN /build_python.sh 3.14.0b2
44+ RUN /build_python.sh 3.14.0rc1
4545# ------------------------------------------------------------------------------
4646FROM python:3.13-slim-bookworm AS base
4747
You can’t perform that action at this time.
0 commit comments