Bump python to 3.12.6 in docs Docker image (#5369)

This commit is contained in:
dependabot[bot] 2024-09-10 10:04:37 +01:00 committed by GitHub
parent 50a8c2b498
commit 9f1037ab18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# define an alias for the specific python version used in this file.
FROM docker.io/python:3.12.5-slim-bookworm AS python
FROM docker.io/python:3.12.6-slim-bookworm AS python
# Python build stage