diff --git a/Dockerfile b/Dockerfile index e097a09..6a8e357 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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