From 6a7f0545537a44f0a79d77188fdb12d9c2e0358e Mon Sep 17 00:00:00 2001 From: GO-MOO Date: Mon, 13 Apr 2026 13:35:04 +0200 Subject: [PATCH] uv image update --- Dockerfile.lambda | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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