From 5fe6c73e34fc47ea10b6b2176a9bb187df394d57 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:19:30 -0800 Subject: [PATCH] Removes the uv patch version from the image, reducing dependabot updates to it and more closely matching CI --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7dc6511f..a488fd68b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN set -eux \ # Purpose: Installs s6-overlay and rootfs # Comments: # - Don't leave anything extra in here either -FROM ghcr.io/astral-sh/uv:0.9.15-python3.12-trixie-slim AS s6-overlay-base +FROM ghcr.io/astral-sh/uv:0.9-python3.12-trixie-slim AS s6-overlay-base WORKDIR /usr/src/s6