⬆️(docker) upgrade to python 3.14.6

We want to upgrade to version 3.14 of python.
This commit is contained in:
Manuel Raynaud
2026-08-04 10:16:50 +02:00
parent 0f823b50fb
commit a711e93314
+1 -1
View File
@@ -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