From b15ab5eb67e838f20b642791c1be20abd5d55b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:42:18 +0000 Subject: [PATCH] Bump astral-sh/uv from 0.5.15 to 0.5.18 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](https://github.com/astral-sh/uv/compare/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] --- Dockerfile | 2 +- Dockerfile-quick | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 218e2d527bf..e57c09e304f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ diff --git a/Dockerfile-quick b/Dockerfile-quick index afe06a6e829..b621cca57b5 100644 --- a/Dockerfile-quick +++ b/Dockerfile-quick @@ -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 .