Skip to content

Commit 5ef869d

Browse files
chore(deps): update public.ecr.aws/lambda/python docker tag to v3.9.2025.08.14.12
1 parent 940bfad commit 5ef869d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ Mappings:
183183
# Mappings only support alphanumeric chars, '-' and '.', so name can't be x86_64
184184
# That means to resolve the image tag we need !If [ ArchIsArm , !FindInMap arm, !FindInMap x86]
185185
x86:
186-
Tag: '3.9.2025.07.27.11-x86_64'
186+
Tag: '3.9.2025.08.14.12-x86_64'
187187
arm64:
188-
Tag: '3.9.2025.07.27.11-arm64'
188+
Tag: '3.9.2025.08.14.12-arm64'
189189

190190
Resources:
191191
QueueProcessingFunction:

0 commit comments

Comments
 (0)