Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d6c21284a | |||
| d2c38e24cc |
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
# Build stage: clone and install Hermes Agent + WebUI dependencies
|
# 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
|
WORKDIR /build
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ RUN uv pip install \
|
|||||||
"uv>=0.6.0"
|
"uv>=0.6.0"
|
||||||
|
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM python:3.12-slim
|
FROM python:3.14-slim
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user