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"