From 8b0b63fa89cb714ebf37cd404a78658e59713d7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 22:22:29 -0500 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.5.13 (#4445) --- .config/gitpod/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/gitpod/Dockerfile b/.config/gitpod/Dockerfile index fb04e169775..9362f28d416 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.11 +ARG UV_VERSION=0.5.13 # hadolint ignore=SC1090,SC1091 RUN curl -LsSf "https://astral.sh/uv/${UV_VERSION}/install.sh" | sh \ && source "$HOME/.local/bin/env"