From 22c26cc0133ffa2ec9f08ce7ed43f46e05ac30ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 22:48:39 +0000 Subject: [PATCH] chore(deps): update docker.io/python docker tag --- compose/local/django/Dockerfile | 2 +- compose/local/docs/Dockerfile | 2 +- compose/production/django/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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