From 1123473356c23c66b5c66fb4ff77b2ec4bf9ade6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 22:20:56 +0000 Subject: [PATCH] chore(deps): update public.ecr.aws/lambda/python docker tag to v3.9.2024.05.21.12 --- template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.yaml b/template.yaml index 275266a..0ff4c75 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.05.15.11-x86_64' + Tag: '3.9.2024.05.21.12-x86_64' arm64: - Tag: '3.9.2024.05.15.11-arm64' + Tag: '3.9.2024.05.21.12-arm64' Resources: QueueProcessingFunction: