diff --git a/compose/local/django/Dockerfile b/compose/local/django/Dockerfile index f9b9f33..6ad6e6d 100644 --- a/compose/local/django/Dockerfile +++ b/compose/local/django/Dockerfile @@ -1,5 +1,5 @@ # define an alias for the specific python version used in this file. -FROM docker.io/python:3.11.9-slim-bookworm as python +FROM docker.io/python:3.11.10-slim-bookworm as python # Python build stage FROM python as python-build-stage