Skip to content

Commit 940bfad

Browse files
Merge pull request #117 from dynatrace-oss/renovate/public.ecr.aws-lambda-python-3.x
chore(deps): update public.ecr.aws/lambda/python docker tag to v3.9.2025.07.28.11
2 parents 3203a02 + 2e4ffab commit 940bfad

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.05.04.05-x86_64'
186+
Tag: '3.9.2025.07.27.11-x86_64'
187187
arm64:
188-
Tag: '3.9.2025.05.04.05-arm64'
188+
Tag: '3.9.2025.07.27.11-arm64'
189189

190190
Resources:
191191
QueueProcessingFunction:

0 commit comments

Comments
 (0)