diff --git a/services/hackbot-api/Dockerfile b/services/hackbot-api/Dockerfile index f5a13479c7..73c5e3e9a2 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/ @@ -22,7 +22,7 @@ COPY services/hackbot-api ./services/hackbot-api RUN --mount=type=cache,target=/root/.cache/uv \ uv sync --locked --no-dev --package hackbot-api -FROM python:3.12-slim AS base +FROM python:3.14-slim AS base COPY --from=builder /app /app WORKDIR /app/services/hackbot-api