From e43c25f20714bd215e9cafbc72faa5649acdf159 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:01:08 +0000 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.5.10 --- .config/gitpod/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/gitpod/Dockerfile b/.config/gitpod/Dockerfile index 2bee3cd71b2..3f71edcfcad 100644 --- a/.config/gitpod/Dockerfile +++ b/.config/gitpod/Dockerfile @@ -97,7 +97,7 @@ USER gitpod SHELL ["/bin/bash", "-o", "pipefail", "-c"] # renovate: datasource=github-releases depName=astral-sh/uv -ARG UV_VERSION=0.5.7 +ARG UV_VERSION=0.5.10 # hadolint ignore=SC1090,SC1091 RUN curl -LsSf "https://astral.sh/uv/${UV_VERSION}/install.sh" | sh \ && source "$HOME/.local/bin/env"