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" }}