From d054485c264a521335b6b77f1b163f7dcbca9282 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:50:09 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- compose/django/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/django/Dockerfile b/compose/django/Dockerfile index 99965a3..06e781f 100644 --- a/compose/django/Dockerfile +++ b/compose/django/Dockerfile @@ -1,7 +1,7 @@ # While an Alpine-based container would be preferable, we use a glibc-based # container because there are only have manylinux wheels for numpy and scipy. # See here: https://github.com/numpy/numpy/issues/20089 -FROM python:3.12-slim +FROM python:3.14-slim SHELL ["/bin/bash", "-c"]