Skip to content

Commit

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

Bump python from 3.12.6-slim-bookworm to 3.12.7-slim-bookworm in /compose/production/django
  • Loading branch information
leethobbit authored Oct 29, 2024
2 parents 35e8894 + 17e03df commit 47d515e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/production/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# 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 47d515e

Please sign in to comment.