From dff7a173bbc0d45b17e3b84a7794a2c9632bf8a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 19:15:15 +0000 Subject: [PATCH] Bump astral-sh/uv from 0.12.0 to 0.12.1 Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.12.0 to 0.12.1. - [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.12.0...0.12.1) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7858206..6289e67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:0.12.0 AS uv +FROM ghcr.io/astral-sh/uv:0.12.1 AS uv # First, bundle the dependencies into the task root. FROM public.ecr.aws/lambda/python:3.14 AS builder