From a711e933149b9f4af59eac2bdbb4d9e23b9481ac Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 3 Aug 2026 14:50:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(docker)=20upgrade=20to=20pyt?= =?UTF-8?q?hon=203.14.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We want to upgrade to version 3.14 of python. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23a47e49b..3f5bde7f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Django impress # ---- base image to inherit from ---- -FROM python:3.13.13-alpine AS base +FROM python:3.14.6-alpine AS base # Upgrade system packages to install security updates RUN apk update && apk upgrade --no-cache