🔧(docker) set python version to 3.14.2
set python version to 3.14.2 to match dependencies' expectations
This commit is contained in:
committed by
Marie
parent
32de0b9221
commit
41084baa0f
@@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user