From 7b7fe84cb800859d3f2d4063ff1d044e0c599803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:14:57 +0000 Subject: [PATCH] deps(deps): bump astral-sh/uv from `a071e4d` to `7fc7d03` Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from `a071e4d` to `7fc7d03`. - [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 7e3b24d..dd3e52a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim@sha256:a071e4d58c7697cda6f8a8c3e64c2ffdf2b9246c6991dbd92d3c3b5ae61b5d9a +FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim@sha256:7fc7d030e69807610096804ffe498dff01419f5e6718cbc9ed2e2f7ea59729f2 SHELL ["/bin/bash", "-o", "pipefail", "-c"] WORKDIR /app