Skip to content

Commit 8da347c

Browse files
Bump python in /compose/local/django
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]>
1 parent 4d5d8cf commit 8da347c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/local/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# define an alias for the specfic python version used in this file.
2-
FROM python:3.10.13-slim-bullseye AS python
2+
FROM python:3.10.14-slim-bullseye AS python
33

44
# Python build stage
55
FROM python AS python-build-stage

0 commit comments

Comments
 (0)