From 82749ef26b2367453794ec3d0c30fb62d85bf08a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 08:54:29 +0000 Subject: [PATCH] chore(deps): update public.ecr.aws/lambda/python docker tag to v3.14 --- debugging/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugging/Dockerfile b/debugging/Dockerfile index fd89da6..d484759 100644 --- a/debugging/Dockerfile +++ b/debugging/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/lambda/python:3.8 +FROM public.ecr.aws/lambda/python:3.14 # networking tools RUN yum install -y iproute lsof iputils bind-utils