Skip to content

Commit

Permalink
Bump python in /compose/production/django
Browse files Browse the repository at this point in the history
Bumps python from 3.11.5-slim-bullseye to 3.11.6-slim-bullseye.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 34753b2 commit e9424e5
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 python:3.11.5-slim-bullseye as python
FROM python:3.11.6-slim-bullseye as python

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

0 comments on commit e9424e5

Please sign in to comment.