Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN /build_python.sh 3.14.0
FROM builder-py-base AS builder-py-3_14t
RUN /build_python.sh 3.14.0t
# ------------------------------------------------------------------------------
FROM python:3.13-slim-bookworm AS base
FROM python:3.14-slim-bookworm AS base

ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_NO_CACHE_DIR=false
Expand Down
Loading