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 3203a02 + 2e4ffab commit 940bfadCopy full SHA for 940bfad
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.2025.05.04.05-x86_64'
+ Tag: '3.9.2025.07.27.11-x86_64'
187
arm64:
188
- Tag: '3.9.2025.05.04.05-arm64'
+ Tag: '3.9.2025.07.27.11-arm64'
189
190
Resources:
191
QueueProcessingFunction:
0 commit comments