We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6319691 + 281bbd0 commit 38d61e2Copy full SHA for 38d61e2
Dockerfile
@@ -43,7 +43,7 @@ RUN /build_python.sh 3.13.1
43
FROM builder-py-base as builder-py-3_13t
44
RUN /build_python.sh 3.13.1t
45
# ------------------------------------------------------------------------------
46
-FROM python:3.12-slim-bookworm as base
+FROM python:3.13-slim-bookworm as base
47
48
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
49
PIP_NO_CACHE_DIR=false
0 commit comments