diff --git a/compose/local/django/Dockerfile b/compose/local/django/Dockerfile index 6842117..c6b0e66 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-slim-bookworm as python +FROM docker.io/python:3.14-slim-bookworm as python # Python build stage FROM docker.io/python as python-build-stage diff --git a/compose/local/docs/Dockerfile b/compose/local/docs/Dockerfile index 88b6dbc..8070741 100644 --- a/compose/local/docs/Dockerfile +++ b/compose/local/docs/Dockerfile @@ -1,5 +1,5 @@ # define an alias for the specific python version used in this file. -FROM docker.io/python:3.11-slim-bookworm as python +FROM docker.io/python:3.14-slim-bookworm as python # Python build stage diff --git a/compose/production/django/Dockerfile b/compose/production/django/Dockerfile index 997e71a..ba6c953 100644 --- a/compose/production/django/Dockerfile +++ b/compose/production/django/Dockerfile @@ -1,6 +1,6 @@ # define an alias for the specific python version used in this file. -FROM docker.io/python:3.11.8-slim-bookworm as python +FROM docker.io/python:3.14.3-slim-bookworm as python # Python build stage FROM docker.io/python as python-build-stage