Skip to content

Commit

Permalink
chore(deps): update public.ecr.aws/lambda/python docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 385ce8f commit b8c32e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2025.01.13.15-x86_64'
arm64:
Tag: '3.9.2024.10.30.16-arm64'
Tag: '3.9.2025.01.13.14-arm64'

Resources:
QueueProcessingFunction:
Expand Down

0 comments on commit b8c32e5

Please sign in to comment.