Update python Docker tag to v3.14 #2
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user