Skip to content

Commit

Permalink
chore(deps): update dependency astral-sh/uv to v0.6.3 (#4864)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent 1db76dd commit b90e3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b90e3df

Please sign in to comment.