🔧(docker) set python version to 3.14.2

set python version to 3.14.2 to match dependencies' expectations
This commit is contained in:
Marie PUPO JEAMMET
2026-02-05 17:56:02 +01:00
committed by Marie
parent 32de0b9221
commit 41084baa0f

View File

@@ -1,7 +1,7 @@
# Django People # Django People
# ---- base image to inherit from ---- # ---- base image to inherit from ----
FROM python:3.13.11-alpine AS base FROM python:3.14.2-alpine AS base
# Upgrade system packages to install security updates # Upgrade system packages to install security updates
RUN apk update && \ RUN apk update && \