From bc4dd9195417b2adf905c76ae66cb4f12ddf8dcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:01:05 +0000 Subject: [PATCH] chore(deps): update public.ecr.aws/lambda/python docker tag to v3.9.2024.11.22.15 --- template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.yaml b/template.yaml index a035ae9..d9ab025 100644 --- a/template.yaml +++ b/template.yaml @@ -183,9 +183,9 @@ Mappings: # Mappings only support alphanumeric chars, '-' and '.', so name can't be x86_64 # That means to resolve the image tag we need !If [ ArchIsArm , !FindInMap arm, !FindInMap x86] x86: - Tag: '3.9.2024.10.30.16-x86_64' + Tag: '3.9.2024.11.22.15-x86_64' arm64: - Tag: '3.9.2024.10.30.16-arm64' + Tag: '3.9.2024.11.22.15-arm64' Resources: QueueProcessingFunction: