diff --git a/services/hackbot-api/Dockerfile b/services/hackbot-api/Dockerfile index 4108d20f79..40800e5183 100644 --- a/services/hackbot-api/Dockerfile +++ b/services/hackbot-api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim AS builder +FROM python:3.14-slim AS builder COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ @@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ --mount=type=bind,target=/app,rw \ uv sync --locked --no-dev --no-editable --package hackbot-api -FROM python:3.12-slim AS base +FROM python:3.14-slim AS base COPY --from=builder /opt/venv /opt/venv WORKDIR /app