We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 316f39e + 8a9b1f8 commit f45ae67Copy full SHA for f45ae67
Dockerfile
@@ -36,7 +36,7 @@ FROM builder-py-base as builder-py-3_12
36
RUN git clone -b v2.3.36 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
37
&& /build_python.sh 3.12.2
38
# ------------------------------------------------------------------------------
39
-FROM python:3.11-slim-bookworm as base
+FROM python:3.12-slim-bookworm as base
40
41
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
42
PIP_NO_CACHE_DIR=false
0 commit comments