Skip to content

Commit abe9d24

Browse files
committed
Upgrade Python within snadbox to latest 3.13 & 3.14 versions
1 parent 86cc15d commit abe9d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ COPY --link scripts/build_python.sh /
3535

3636
# ------------------------------------------------------------------------------
3737
FROM 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
# ------------------------------------------------------------------------------
4040
FROM builder-py-base AS builder-py-3_13t
4141
RUN /build_python.sh 3.13.2t
4242
# ------------------------------------------------------------------------------
4343
FROM 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
# ------------------------------------------------------------------------------
4646
FROM python:3.13-slim-bookworm AS base
4747

0 commit comments

Comments
 (0)