diff options
author | 2024-12-21 14:42:51 +0000 | |
---|---|---|
committer | 2024-12-21 15:00:20 +0000 | |
commit | 281bbd083d300a597f18198bbc9f8f4e2756422b (patch) | |
tree | d9638f7516ca7876a33864e323ba9b5208ccd596 /Dockerfile | |
parent | Merge remote-tracking branch 'origin/bump-python-version' (diff) |
Bump builder base from 3.12 to 3.13
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ RUN /build_python.sh 3.13.1 FROM builder-py-base as builder-py-3_13t RUN /build_python.sh 3.13.1t # ------------------------------------------------------------------------------ -FROM python:3.12-slim-bookworm as base +FROM python:3.13-slim-bookworm as base ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \ PIP_NO_CACHE_DIR=false |