Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update public.ecr.aws/lambda/python docker tag to v3.9.2024.04.17.17 #73

Merged
merged 1 commit into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,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.01.24.18-x86_64'
Tag: '3.9.2024.04.17.17-x86_64'
arm64:
Tag: '3.9.2024.01.24.18-arm64'
Tag: '3.9.2024.04.17.17-arm64'

Resources:
QueueProcessingFunction:
Expand Down