Merge branch 'master' into dependabot/docker/{{cookiecutter.project_slug}}/compose/local/docs/python-3.12.3-slim-bookworm

This commit is contained in:
Bruno Alla 2024-04-10 10:14:38 +02:00 committed by GitHub
commit 5e6d80b79c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

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.2-slim-bookworm as python
FROM docker.io/python:3.12.3-slim-bookworm as python
# Python build stage
FROM python as python-build-stage