Skip to content

Commit 206411d

Browse files
chore(deps): update python docker tag to v3.14 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d3fd23 commit 206411d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Builder
2-
FROM python:3.13-alpine AS builder
2+
FROM python:3.14-alpine AS builder
33
COPY --from=ghcr.io/astral-sh/uv:0.9.14 /uv /uvx /bin/
44

55
ENV UV_COMPILE_BYTECODE=1
@@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2828
uv sync --locked --no-dev
2929

3030
# Stage 2: Runtime
31-
FROM python:3.13-alpine
31+
FROM python:3.14-alpine
3232

3333
ENV PYTHONDONTWRITEBYTECODE=1
3434
ENV PYTHONUNBUFFERED=1

0 commit comments

Comments
 (0)