From 00e614236276ea3c9f10f86df4cb0b952f4df134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:48:38 +0000 Subject: [PATCH] build(deps): bump astral-sh/uv from 0.4.7 to 0.5.7 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](https://github.com/astral-sh/uv/compare/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] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44a058bb..7c3a36c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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