From 403c6ed6cfe1aec554a7968d63d33c4431786a0d Mon Sep 17 00:00:00 2001 From: zon-renovate <139547744+zon-renovate@users.noreply.github.com> Date: Wed, 21 Jan 2026 00:18:59 +0000 Subject: [PATCH] MAINT: Update ghcr.io/astral-sh/uv Docker tag to v0.9.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7e58537..fe90ab74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.14.2-slim@sha256:1f741aef81d09464251f4c52c83a02f93ece0a636db125d411bd827bf381a763 AS base LABEL org.opencontainers.image.name=europe-west3-docker.pkg.dev/zeitonline-engineering/docker-zon/httpbin -COPY --from=ghcr.io/astral-sh/uv:0.9.25@sha256:13e233d08517abdafac4ead26c16d881cd77504a2c40c38c905cf3a0d70131a6 /uv /usr/bin/ +COPY --from=ghcr.io/astral-sh/uv:0.9.26@sha256:9a23023be68b2ed09750ae636228e903a54a05ea56ed03a934d00fe9fbeded4b /uv /usr/bin/ ENV UV_NO_MANAGED_PYTHON=1 \ UV_NO_CACHE=1 \ UV_COMPILE_BYTECODE=1 \