From 68caf5f3d030f5198d3195705459592e4712e4ff Mon Sep 17 00:00:00 2001 From: "renovate-bot-cbcoutinho[bot]" <210269379+renovate-bot-cbcoutinho[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 05:21:42 +0000 Subject: [PATCH] chore(deps): update docker.io/library/python:3.12-slim-trixie docker digest to 3d5ed97 --- Dockerfile | 2 +- Dockerfile.smithery | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c5da110..73c9eb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:3.12-slim-trixie@sha256:f3fa41d74a768c2fce8016b98c191ae8c1bacd8f1152870a3f9f87d350920b7c +FROM docker.io/library/python:3.12-slim-trixie@sha256:3d5ed973e45820f5ba5e46bd065bd88b3a504ff0724d85980dcd05eab361fcf4 COPY --from=ghcr.io/astral-sh/uv:0.10.7@sha256:edd1fd89f3e5b005814cc8f777610445d7b7e3ed05361f9ddfae67bebfe8456a /uv /uvx /bin/ diff --git a/Dockerfile.smithery b/Dockerfile.smithery index 0478376..611b069 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:f3fa41d74a768c2fce8016b98c191ae8c1bacd8f1152870a3f9f87d350920b7c +FROM docker.io/library/python:3.12-slim-trixie@sha256:3d5ed973e45820f5ba5e46bd065bd88b3a504ff0724d85980dcd05eab361fcf4 WORKDIR /app