From ad17b394a3e6bd93d7568b2485e90e6c3a2e94d3 Mon Sep 17 00:00:00 2001
From: "Adrian A. Baumann"
Date: Tue, 2 Dec 2025 18:54:39 +0100
Subject: [PATCH] Dockerfile updated, deploy 0.963
---
Dockerfile | 2 +-
argocd/deployment.yaml | 2 +-
pages/templates/base.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index d71d54d..307028d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.14-slim AS baustelle
+FROM python:3.14 AS baustelle
RUN mkdir /app
WORKDIR /app
ENV PYTHONDONTWRITEBYTECODE=1
diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml
index b72360b..7b0a189 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.962.2
+ image: git.baumann.gr/adebaumann/vui:0.963
imagePullPolicy: Always
ports:
- containerPort: 8000
diff --git a/pages/templates/base.html b/pages/templates/base.html
index 3971490..0a9baee 100644
--- a/pages/templates/base.html
+++ b/pages/templates/base.html
@@ -215,7 +215,7 @@
-
Version {{ version|default:"0.962" }}
+
Version {{ version|default:"0.963" }}