We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdd4dd commit 39c1d84Copy full SHA for 39c1d84
Dockerfile
@@ -8,7 +8,7 @@
8
# subtle errors when using MUSL.
9
# - These Python packages usually only provide binary wheels for GLIBC, so the packages
10
# will need to be recompiled fully within the container images, increasing build times.
11
-FROM python:3.11-slim-bookworm AS python_builder
+FROM python:3.12-slim-bookworm AS python_builder
12
13
# Pin uv to a specific version to make container builds reproducible.
14
ENV UV_VERSION=0.6.12
@@ -57,7 +57,7 @@ RUN uv build && \
57
58
## Final Image
59
# The image used in the final image MUST match exactly to the python_builder image.
60
-FROM python:3.11-slim-bookworm
+FROM python:3.12-slim-bookworm
61
62
ENV PYTHONDONTWRITEBYTECODE=1
63
ENV PYTHONBUFFERED=1
0 commit comments