diff --git a/docker/production/app/Dockerfile b/docker/production/app/Dockerfile index fdfa09ad..10d0a2a4 100644 --- a/docker/production/app/Dockerfile +++ b/docker/production/app/Dockerfile @@ -1,7 +1,7 @@ ######################################################################################################### # Python compile image ######################################################################################################### -FROM python:3.14.2-slim-bookworm AS app-compiler +FROM python:3.14.3-slim-bookworm AS app-compiler ENV PYTHONUNBUFFERED=1 @@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ ######################################################################################################### # Python build image ######################################################################################################### -FROM python:3.14.2-slim-bookworm AS python-builder +FROM python:3.14.3-slim-bookworm AS python-builder LABEL maintainer="srtabs@gmail.com"