From 58f2d0b1c657531cd49a9866be6c13ebed53ab04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 05:18:41 +0000 Subject: [PATCH] deps(deps): bump astral-sh/uv from `464f7e7` to `a37c15d` Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from `464f7e7` to `a37c15d`. - [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-version: python3.12-bookworm-slim 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 a070528..8cd45b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim@sha256:464f7e7dc50acff251e7f33247ccfa3b1b00a061d948b6c2dc4b58d60fcaaef8 +FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim@sha256:a37c15d1474625eb986ba6b31623a2caae1da3075290bcbbafe22ff51b21de01 SHELL ["/bin/bash", "-o", "pipefail", "-c"] WORKDIR /app