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 ea02849 commit b3bc5a0Copy full SHA for b3bc5a0
.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.5.13
+ARG UV_VERSION=0.5.14
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