diff --git a/compose/production/django/Dockerfile b/compose/production/django/Dockerfile index e9425f03..d470d493 100644 --- a/compose/production/django/Dockerfile +++ b/compose/production/django/Dockerfile @@ -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