Skip to content

Commit

Permalink
chore(deps): update dependency astral-sh/uv to v0.5.10 (#4406)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent d8f3595 commit d55e02a
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.5.7
ARG UV_VERSION=0.5.10
# 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 d55e02a

Please sign in to comment.