We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e53c4 commit 97a239dCopy full SHA for 97a239d
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Setup Environment
2
-FROM python:3.12-slim-bookworm AS builder
+FROM python:3.14-slim-bookworm AS builder
3
COPY --from=docker.io/astral/uv:latest /uv /uvx /bin/
4
5
# Install Build Tools BEFORE copying source code
@@ -23,7 +23,7 @@ RUN uv run scripts/ensure_built.py
23
# Final Stage - Using Alpine for smaller image size
24
# The wheel uses generic linux_* tag which pip can install anywhere.
25
# ============================================================================
26
-FROM python:3.12-alpine
+FROM python:3.14-alpine
27
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
28
WORKDIR /app
29
0 commit comments