Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent befeeb8 commit b15ab5e
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.15 AS uv
FROM ghcr.io/astral-sh/uv:0.5.18 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.15 AS uv
FROM ghcr.io/astral-sh/uv:0.5.18 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down

0 comments on commit b15ab5e

Please sign in to comment.