Skip to content

Commit

Permalink
build(deps): bump astral-sh/uv from 0.4.7 to 0.5.7
Browse files Browse the repository at this point in the history
Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.4.7 to 0.5.7.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.4.7...0.5.7)

---
updated-dependencies:
- dependency-name: astral-sh/uv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent a6d8de3 commit 00e6142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM docker:24.0.2-cli-alpine3.18 AS download_docker

FROM ghcr.io/astral-sh/ruff:0.6.4 AS download_ruff

FROM ghcr.io/astral-sh/uv:0.4.7 AS download_uv
FROM ghcr.io/astral-sh/uv:0.5.7 AS download_uv

FROM ubuntu:22.04 AS ubuntu_base
ARG SOURCE_DATE_EPOCH
Expand Down

0 comments on commit 00e6142

Please sign in to comment.