From 89becbb92bcdcdf9a97cbb6af4566e9e40bf9768 Mon Sep 17 00:00:00 2001 From: "renovate-bot-cbcoutinho[bot]" <210269379+renovate-bot-cbcoutinho[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 11:11:30 +0000 Subject: [PATCH] chore(deps): update docker.io/library/python:3.12-slim-trixie docker digest to 5e2dbd4 --- Dockerfile | 2 +- Dockerfile.smithery | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b02b29a..4192e31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:3.12-slim-trixie@sha256:d75c4b6cdd039ae966a34cd3ccab9e0e5f7299280ad76fe1744882d86eedce0b +FROM docker.io/library/python:3.12-slim-trixie@sha256:5e2dbd4bbdd9c0e67412aea9463906f74a22c60f89eb7b5bbb7d45b66a2b68a6 COPY --from=ghcr.io/astral-sh/uv:0.9.26@sha256:9a23023be68b2ed09750ae636228e903a54a05ea56ed03a934d00fe9fbeded4b /uv /uvx /bin/ diff --git a/Dockerfile.smithery b/Dockerfile.smithery index a6aa025..d244cbd 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:d75c4b6cdd039ae966a34cd3ccab9e0e5f7299280ad76fe1744882d86eedce0b +FROM docker.io/library/python:3.12-slim-trixie@sha256:5e2dbd4bbdd9c0e67412aea9463906f74a22c60f89eb7b5bbb7d45b66a2b68a6 WORKDIR /app