Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions services/cvd-enrollment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.11-slim-bookworm AS python-builder
FROM python:3.14.2-slim-bookworm AS python-builder

# Copy local code to the container image.
ENV PYTHONWARNINGS ignore
Expand All @@ -21,7 +21,7 @@ RUN pip3 install --prefix=/working/install -r /requirements.txt
#===============================================================================================
#===============================================================================================

FROM python:3.11.11-slim-bookworm
FROM python:3.14.2-slim-bookworm

# Copy local code to the container image.
ENV PYTHONUNBUFFERED 1
Expand Down