From cd4783efc4eabd027e8dea417e75b76e41373206 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Tue, 2 Dec 2025 16:42:31 +0100 Subject: [PATCH] Python and Django update --- Dockerfile | 2 +- argocd/deployment.yaml | 2 +- pages/templates/base.html | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f3febc3..d6fe4df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim AS baustelle +FROM python:3.14-slim AS baustelle RUN mkdir /app WORKDIR /app ENV PYTHONDONTWRITEBYTECODE=1 diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 790a3ad..f6d39b3 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -25,7 +25,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/vui:0.961 + image: git.baumann.gr/adebaumann/vui:0.962 imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/pages/templates/base.html b/pages/templates/base.html index 3d3f35b..3971490 100644 --- a/pages/templates/base.html +++ b/pages/templates/base.html @@ -215,7 +215,7 @@

-

Version {{ version|default:"0.961" }}

+

Version {{ version|default:"0.962" }}

diff --git a/requirements.txt b/requirements.txt index 601020a..86f2f2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2025.8.3 charset-normalizer==3.4.3 curtsies==0.4.3 cwcwidth==0.1.10 -Django==5.2.5 +Django==5.2.8 django-admin-sortable2==2.2.8 django-js-asset==3.1.2 django-mptt==0.17.0