From aa624401c30626973a0b91e3546133cde83bd92f Mon Sep 17 00:00:00 2001 From: "renovate-bot-cbcoutinho[bot]" <210269379+renovate-bot-cbcoutinho[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:03:08 +0000 Subject: [PATCH] chore(deps): update docker.io/library/python:3.12-slim-trixie docker digest to f3fa41d --- Dockerfile | 2 +- Dockerfile.smithery | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd60e68..5fa93a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:3.12-slim-trixie@sha256:39e4e1ccb01578e3c86f7a0cf7b7fd89b8dbe2c27a88de11cf726ba669469f49 +FROM docker.io/library/python:3.12-slim-trixie@sha256:f3fa41d74a768c2fce8016b98c191ae8c1bacd8f1152870a3f9f87d350920b7c COPY --from=ghcr.io/astral-sh/uv:0.10.6@sha256:2f2ccd27bbf953ec7a9e3153a4563705e41c852a5e1912b438fc44d88d6cb52c /uv /uvx /bin/ diff --git a/Dockerfile.smithery b/Dockerfile.smithery index 052c7ca..38e97d7 100644 --- a/Dockerfile.smithery +++ b/Dockerfile.smithery @@ -12,7 +12,7 @@ # - Per-session app password authentication # - Multi-user support via Smithery session config -FROM docker.io/library/python:3.12-slim-trixie@sha256:39e4e1ccb01578e3c86f7a0cf7b7fd89b8dbe2c27a88de11cf726ba669469f49 +FROM docker.io/library/python:3.12-slim-trixie@sha256:f3fa41d74a768c2fce8016b98c191ae8c1bacd8f1152870a3f9f87d350920b7c WORKDIR /app