We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899cc4a commit c9a7753Copy full SHA for c9a7753
1 file changed
backend-py/Dockerfile
@@ -1,5 +1,5 @@
1
# Use Python 3.14.1 base image and install uv
2
-FROM python:3.14.4-slim-bookworm AS build
+FROM python:3.14.5-slim-bookworm AS build
3
4
# Install uv
5
RUN pip install --no-cache-dir uv
@@ -30,7 +30,7 @@ COPY src ./src
30
RUN uv sync --frozen --no-dev
31
32
# Production stage
33
-FROM python:3.14.4-slim-bookworm AS deploy
+FROM python:3.14.5-slim-bookworm AS deploy
34
35
# Set environment variables
36
ENV PYTHONUNBUFFERED=1 \
0 commit comments