Skip to content

Commit

Permalink
Bump astral-sh/uv from 0.5.7 to 0.5.9
Browse files Browse the repository at this point in the history
Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.5.7 to 0.5.9.
- [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.5.7...0.5.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 2e9d1fa commit 1a1050b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.7 AS uv
FROM ghcr.io/astral-sh/uv:0.5.9 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-quick
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM $MEGALINTER_BASE_IMAGE as base
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.7 AS uv
FROM ghcr.io/astral-sh/uv:0.5.9 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down

0 comments on commit 1a1050b

Please sign in to comment.