Skip to content

Commit

Permalink
Bump python in /compose/local/django
Browse files Browse the repository at this point in the history
Bumps python from 3.10.13-slim-bullseye to 3.10.14-slim-bullseye.

---
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 Aug 16, 2024
1 parent 4d5d8cf commit 8da347c
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 specfic python version used in this file.
FROM python:3.10.13-slim-bullseye AS python
FROM python:3.10.14-slim-bullseye AS python

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

0 comments on commit 8da347c

Please sign in to comment.