Skip to content

Commit

Permalink
Bump python in /{{cookiecutter.project_slug}}/compose/production/django
Browse files Browse the repository at this point in the history
Bumps python from 3.12.7-slim-bookworm to 3.12.8-slim-bookworm.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 6a526ac commit 23bf07c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.7-slim-bookworm AS python
FROM docker.io/python:3.12.8-slim-bookworm AS python

# Python build stage
FROM python AS python-build-stage
Expand Down

0 comments on commit 23bf07c

Please sign in to comment.