Bump python from 3.12.9 to 3.12.10 in production Dockerfile (#5774)

This commit is contained in:
dependabot[bot] 2025-05-12 09:37:32 +01:00 committed by GitHub
parent 31fdd07423
commit e21e19fb97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ RUN npm run build
{%- endif %}
# define an alias for the specific python version used in this file.
FROM docker.io/python:3.12.9-slim-bookworm AS python
FROM docker.io/python:3.12.10-slim-bookworm AS python
# Python build stage
FROM python AS python-build-stage