We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ed7b16 + bbe6e03 commit 0c1c674Copy full SHA for 0c1c674
template.yaml
@@ -183,9 +183,9 @@ Mappings:
183
# Mappings only support alphanumeric chars, '-' and '.', so name can't be x86_64
184
# That means to resolve the image tag we need !If [ ArchIsArm , !FindInMap arm, !FindInMap x86]
185
x86:
186
- Tag: '3.9.2024.05.13.16-x86_64'
+ Tag: '3.9.2024.05.15.11-x86_64'
187
arm64:
188
- Tag: '3.9.2024.05.13.16-arm64'
+ Tag: '3.9.2024.05.15.11-arm64'
189
190
Resources:
191
QueueProcessingFunction:
0 commit comments