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