From 0e08a0448539fd2b00732344c71ea784c0510ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 19:36:18 +0000 Subject: [PATCH] Bump python from 3.12-slim to 3.14-slim in /services/hackbot-api Bumps python from 3.12-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/hackbot-api/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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