From 4ea0f5f7cfa4f30c71c4660cdf815437b875db26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 01:40:16 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv:python3.12-trixie-slim Docker digest to 519357e --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c01431..ccc0dac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # renovate: datasource=python-version depName=python ARG PYTHON_VERSION=3.12 -FROM ghcr.io/astral-sh/uv:python$PYTHON_VERSION-trixie-slim@sha256:36cdfbf910c8b0f651355c013e7ece9678f4ecbf030a9fd9e6779de421189805 +FROM ghcr.io/astral-sh/uv:python$PYTHON_VERSION-trixie-slim@sha256:519357e414a4240af8b3ac657466c20f9d6041b5a3ce999d96fa9d576ef7fd29 # allow all users to get into "home", like git checking for a global ignore # file, until better user juggling in the future