From 512a86579c33cf6c18229a557d6ab3930aad17ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:33:09 +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 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