From 54e80643195eecd736ccf8d3a227752d7bc3c3ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:56:52 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d32ae68..8cea0ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.13-slim-bookworm AS base -COPY --from=ghcr.io/astral-sh/uv:0.8.2 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.9.1 /uv /uvx /bin/ LABEL maintainer="Togglecorp Dev" LABEL org.opencontainers.image.source="https://github.com/toggle-corp/timur-backend"