From 3fecaa949e86e88e3b9afd26b56ac2370a48d15e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 01:14:17 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.5.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df4b0934..bda4939e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update \ build-essential gcc git \ && rm -rf /var/lib/apt/lists/* -COPY --from=ghcr.io/astral-sh/uv:0.5.13 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.5.14 /uv /uvx /bin/ # From here we shouldn't need anymore a root user # Switch to nonroot and config uv