Skip to content

Commit 204d832

Browse files
Bump python in /compose/production/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 1df2a24 commit 204d832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/production/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)