From 5851f3e8c312bdc0089673b55da36ce0a994e490 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:37:24 +0000 Subject: [PATCH] chore(deps): update public.ecr.aws/lambda/python docker tag to v3.15 --- debugging/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugging/Dockerfile b/debugging/Dockerfile index d4847591..fb1713ea 100644 --- a/debugging/Dockerfile +++ b/debugging/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/lambda/python:3.14 +FROM public.ecr.aws/lambda/python:3.15 # networking tools RUN yum install -y iproute lsof iputils bind-utils