Update python Docker tag to v3.14
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build (pull_request) Successful in 2m10s

This commit is contained in:
2026-06-16 15:08:25 +00:00
parent 12777914ab
commit d2c38e24cc
+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