diff --git a/Dockerfile.lambda b/Dockerfile.lambda index 184034c..b50936d 100644 --- a/Dockerfile.lambda +++ b/Dockerfile.lambda @@ -1,9 +1,9 @@ # from https://docs.astral.sh/uv/guides/integration/aws-lambda/#deploying-a-docker-image -FROM ghcr.io/astral-sh/uv:0.9.26 AS uv +FROM ghcr.io/astral-sh/uv:0.11.6 AS uv # First, bundle the dependencies into the task root. -FROM public.ecr.aws/lambda/python:3.14 as builder +FROM public.ecr.aws/lambda/python:3.14 AS builder # Enable bytecode compilation, to improve cold-start performance. ENV UV_COMPILE_BYTECODE=1