From f7b90470e1124f9dce9162c52e5503f5002b6a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:44:09 +0000 Subject: [PATCH] chore(deps): bump astral-sh/uv from 0.6.4 to 0.6.5 in /3.8 Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.6.4 to 0.6.5. - [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/commits) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 3.8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.8/Dockerfile b/3.8/Dockerfile index 9e6b8c5..cf5b71d 100644 --- a/3.8/Dockerfile +++ b/3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:0.6.4 AS uv +FROM ghcr.io/astral-sh/uv:0.6.5 AS uv FROM python:3.8.20 COPY --from=uv /uv /uvx /bin/