We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19d54f commit 94b4107Copy full SHA for 94b4107
.config/gitpod/Dockerfile
@@ -97,7 +97,7 @@ USER gitpod
97
98
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
99
# renovate: datasource=github-releases depName=astral-sh/uv
100
-ARG UV_VERSION=0.9.5
+ARG UV_VERSION=0.9.11
101
# hadolint ignore=SC1090,SC1091
102
RUN curl -LsSf "https://astral.sh/uv/${UV_VERSION}/install.sh" | sh \
103
&& source "$HOME/.local/bin/env"
0 commit comments