mirror of
https://github.com/suitenumerique/docs.git
synced 2026-08-17 21:25:43 +02:00
⬆️(docker) upgrade to python 3.14.6
We want to upgrade to version 3.14 of python.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
# Django impress
|
# Django impress
|
||||||
|
|
||||||
# ---- base image to inherit from ----
|
# ---- 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
|
# Upgrade system packages to install security updates
|
||||||
RUN apk update && apk upgrade --no-cache
|
RUN apk update && apk upgrade --no-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user