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