From 26d00ad19b179ab423d05ebd9e6f5398bbc86c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:47:27 +0000 Subject: [PATCH] deps(deps): bump astral-sh/uv from `24ce803` to `f0b82b6` Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from `24ce803` to `f0b82b6`. - [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 ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9cd0474..5e202c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim@sha256:24ce803167d14d9f271b3722b1b88b5a77956a9201ed5a565faaeeba3790d28f +FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim@sha256:f0b82b6ce8e8bd368ada9c829ade6e7c9f12d75f9341cd15c55b5e91ad1f7d0d SHELL ["/bin/bash", "-o", "pipefail", "-c"] WORKDIR /app