diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ RUN curl -o /tmp/llvm.sh https://apt.llvm.org/llvm.sh \ RUN /build_python.sh 3.14.0j # ------------------------------------------------------------------------------ -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 |