Update python Docker tag to v3.14 #2

Merged
jcabillot merged 1 commits from renovate/python-3.x into main 2026-06-22 16:20:15 -04:00
Showing only changes of commit d2c38e24cc - Show all commits
+2 -2
View File
@@ -1,5 +1,5 @@
# Build stage: clone and install Hermes Agent + WebUI dependencies
FROM python:3.12-slim AS builder
FROM python:3.14-slim AS builder
WORKDIR /build
@@ -46,7 +46,7 @@ RUN uv pip install \
"uv>=0.6.0"
# Runtime stage
FROM python:3.12-slim
FROM python:3.14-slim
WORKDIR /app