Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit c9a7753

Browse files
chore(deps): update python docker tag to v3.14.5 (#476)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 899cc4a commit c9a7753

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend-py/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use Python 3.14.1 base image and install uv
2-
FROM python:3.14.4-slim-bookworm AS build
2+
FROM python:3.14.5-slim-bookworm AS build
33

44
# Install uv
55
RUN pip install --no-cache-dir uv
@@ -30,7 +30,7 @@ COPY src ./src
3030
RUN uv sync --frozen --no-dev
3131

3232
# Production stage
33-
FROM python:3.14.4-slim-bookworm AS deploy
33+
FROM python:3.14.5-slim-bookworm AS deploy
3434

3535
# Set environment variables
3636
ENV PYTHONUNBUFFERED=1 \

0 commit comments

Comments
 (0)