From eeb6a08b7f937905736ea8aafc1058bd5d90fc5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 06:05:01 +0000 Subject: [PATCH] chore(deps): update python:3.14-slim docker digest to cea0e60 --- api/Dockerfile | 4 ++-- ml-service/Dockerfile | 4 ++-- sync-service/Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index 46763a6..216a29f 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,5 +1,5 @@ # ── Builder ─────────────────────────────────────────────────────────────────── -FROM python:3.14-slim@sha256:b877e50bd90de10af8d82c57a022fc2e0dc731c5320d762a27986facfc3355c1 AS builder +FROM python:3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6 AS builder WORKDIR /build RUN pip install --no-cache-dir uv COPY pyproject.toml uv.lock ./ @@ -8,7 +8,7 @@ RUN uv export --frozen --no-dev -o requirements.txt && \ /venv/bin/pip install --no-cache-dir -r requirements.txt # ── Runtime ─────────────────────────────────────────────────────────────────── -FROM python:3.14-slim@sha256:b877e50bd90de10af8d82c57a022fc2e0dc731c5320d762a27986facfc3355c1 +FROM python:3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6 WORKDIR /app RUN apt-get update && apt-get install -y --no-install-recommends curl && \ apt-get upgrade -y && rm -rf /var/lib/apt/lists/* && \ diff --git a/ml-service/Dockerfile b/ml-service/Dockerfile index 7075653..d9f3091 100644 --- a/ml-service/Dockerfile +++ b/ml-service/Dockerfile @@ -1,5 +1,5 @@ # ── Builder ─────────────────────────────────────────────────────────────────── -FROM python:3.14-slim@sha256:b877e50bd90de10af8d82c57a022fc2e0dc731c5320d762a27986facfc3355c1 AS builder +FROM python:3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6 AS builder WORKDIR /build RUN pip install --no-cache-dir uv COPY pyproject.toml uv.lock ./ @@ -8,7 +8,7 @@ RUN uv export --frozen --no-dev -o requirements.txt && \ /venv/bin/pip install --no-cache-dir -r requirements.txt # ── Runtime ─────────────────────────────────────────────────────────────────── -FROM python:3.14-slim@sha256:b877e50bd90de10af8d82c57a022fc2e0dc731c5320d762a27986facfc3355c1 +FROM python:3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6 WORKDIR /app RUN apt-get update && apt-get upgrade -y --no-install-recommends && rm -rf /var/lib/apt/lists/* && \ adduser --disabled-password --gecos "" appuser && \ diff --git a/sync-service/Dockerfile b/sync-service/Dockerfile index dfcbb28..6717f68 100644 --- a/sync-service/Dockerfile +++ b/sync-service/Dockerfile @@ -1,5 +1,5 @@ # ── Builder ─────────────────────────────────────────────────────────────────── -FROM python:3.14-slim@sha256:b877e50bd90de10af8d82c57a022fc2e0dc731c5320d762a27986facfc3355c1 AS builder +FROM python:3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6 AS builder WORKDIR /build RUN pip install --no-cache-dir uv COPY pyproject.toml uv.lock ./ @@ -8,7 +8,7 @@ RUN uv export --frozen --no-dev -o requirements.txt && \ /venv/bin/pip install --no-cache-dir -r requirements.txt # ── Runtime ─────────────────────────────────────────────────────────────────── -FROM python:3.14-slim@sha256:b877e50bd90de10af8d82c57a022fc2e0dc731c5320d762a27986facfc3355c1 +FROM python:3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6 WORKDIR /app RUN apt-get update && apt-get upgrade -y --no-install-recommends && rm -rf /var/lib/apt/lists/* && \ adduser --disabled-password --gecos "" appuser