Skip to content

Commit f65c013

Browse files
authored
Merge pull request #872 from NASA-IMPACT/dependabot/docker/compose/local/django/python-3.10.14-slim-bullseye
Bump python from 3.10.13-slim-bullseye to 3.10.14-slim-bullseye in /compose/local/django
2 parents 6a96d64 + 8da347c commit f65c013

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)