diff --git a/.config/gitpod/Dockerfile b/.config/gitpod/Dockerfile index e2e750c76a1..39de8469f7a 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.6.2 +ARG UV_VERSION=0.6.3 # hadolint ignore=SC1090,SC1091 RUN curl -LsSf "https://astral.sh/uv/${UV_VERSION}/install.sh" | sh \ && source "$HOME/.local/bin/env"