From a9937b9024d047e347a4d8d35c5509d74768241f Mon Sep 17 00:00:00 2001 From: sean wibisono Date: Tue, 2 Jun 2026 10:19:05 +1000 Subject: [PATCH] Upgrade SKR image to 2.14 in E2E pipeline template --- scripts/azure/artifacts_schema/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/azure/artifacts_schema/template.json b/scripts/azure/artifacts_schema/template.json index c5dcc13e..a82ec9ef 100644 --- a/scripts/azure/artifacts_schema/template.json +++ b/scripts/azure/artifacts_schema/template.json @@ -77,7 +77,7 @@ { "name": "skr", "properties": { - "image": "mcr.microsoft.com/aci/skr:2.3", + "image": "mcr.microsoft.com/aci/skr:2.14", "command": [ "/skr.sh" ],