From e2be3fe1bb6af0a633a5b52ea0005e955b5395f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 19:34:22 +0000 Subject: [PATCH] chore(deps): update public.ecr.aws/lambda/python docker tag to v3.9.2024.05.23.18 --- template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.yaml b/template.yaml index 275266a..6d1d6bb 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.23.18-x86_64' arm64: - Tag: '3.9.2024.05.15.11-arm64' + Tag: '3.9.2024.05.23.18-arm64' Resources: QueueProcessingFunction: