From 59743dfd6bf8092256ffc7fe3d59909ce181bb65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Sch=C3=B6ppach?= <163308053+fabianschoeppach@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:14:21 +0100 Subject: [PATCH] Update Dockerfile bump uv to version 0.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8a3af1..9952bd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,7 +87,7 @@ RUN adduser \ # Install UV -COPY --from=ghcr.io/astral-sh/uv:0.4 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5 /uv /bin/uv RUN --mount=type=cache,target=/root/.cache/uv \ --mount=type=bind,source=uv.lock,target=uv.lock \