Skip to content

Commit

Permalink
Merge pull request #5 from leethobbit/dependabot/docker/compose/local…
Browse files Browse the repository at this point in the history
…/django/python-3.12.7-slim-bookworm

Bump python from 3.12.6-slim-bookworm to 3.12.7-slim-bookworm in /compose/local/django
  • Loading branch information
leethobbit authored Oct 29, 2024
2 parents 7de5ead + a58222d commit 35e8894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/local/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# define an alias for the specific python version used in this file.
FROM docker.io/python:3.12.6-slim-bookworm AS python
FROM docker.io/python:3.12.7-slim-bookworm AS python

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

0 comments on commit 35e8894

Please sign in to comment.