Skip to content

Commit 97a239d

Browse files
chore(deps): update python docker tag to v3.14
1 parent 23e53c4 commit 97a239d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Setup Environment
2-
FROM python:3.12-slim-bookworm AS builder
2+
FROM python:3.14-slim-bookworm AS builder
33
COPY --from=docker.io/astral/uv:latest /uv /uvx /bin/
44

55
# Install Build Tools BEFORE copying source code
@@ -23,7 +23,7 @@ RUN uv run scripts/ensure_built.py
2323
# Final Stage - Using Alpine for smaller image size
2424
# The wheel uses generic linux_* tag which pip can install anywhere.
2525
# ============================================================================
26-
FROM python:3.12-alpine
26+
FROM python:3.14-alpine
2727
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
2828
WORKDIR /app
2929

0 commit comments

Comments
 (0)