From 64ecf1e94fffd0e0ac342d004970147664038d40 Mon Sep 17 00:00:00 2001 From: zon-renovate <139547744+zon-renovate@users.noreply.github.com> Date: Wed, 22 Apr 2026 00:02:46 +0000 Subject: [PATCH] MAINT: Update ghcr.io/astral-sh/uv Docker tag to v0.11.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35257770..f640d7b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.14.4-slim@sha256:538a18f1db92b4210a0b71aca2d14c156a96dedbe8867465c8ff4dce04d2ec39 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.11.6@sha256:b1e699368d24c57cda93c338a57a8c5a119009ba809305cc8e86986d4a006754 /uv /usr/bin/ +COPY --from=ghcr.io/astral-sh/uv:0.11.7@sha256:240fb85ab0f263ef12f492d8476aa3a2e4e1e333f7d67fbdd923d00a506a516a /uv /usr/bin/ ENV UV_NO_MANAGED_PYTHON=1 \ UV_NO_CACHE=1 \ UV_COMPILE_BYTECODE=1 \