From 4c8f23c26ea6438f890ac2c50cfc72e1ebf95e19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 01:21:06 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a33dd6..9bdb1f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ COPY docker-entrypoint.sh /app/ RUN chmod +x /app/docker-entrypoint.sh # Install the application into the virtual environment -RUN --mount=from=ghcr.io/astral-sh/uv:0.5.19,source=/uv,target=/bin/uv \ +RUN --mount=from=ghcr.io/astral-sh/uv:0.5.20,source=/uv,target=/bin/uv \ uv pip install -n . # Set the default entrypoint for the container