From de6dc28bbfd5788036017f250596ec40a4a90059 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 25 Sep 2026 19:53:45 +0000 Subject: [PATCH 1/2] Initial plan From 540df95719b41c711ca062244cfa013b6749e13d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 25 Sep 2026 19:54:39 +0000 Subject: [PATCH 2/2] Update tools base image tag for sleek_macaw release Co-authored-by: kelvien <5264624+kelvien@users.noreply.github.com> --- linux/tools.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/tools.Dockerfile b/linux/tools.Dockerfile index 66e57898..fbfe1c4a 100644 --- a/linux/tools.Dockerfile +++ b/linux/tools.Dockerfile @@ -4,7 +4,7 @@ # To build yourself locally, override this location with a local image tag. See README.md for more detail -ARG IMAGE_LOCATION=mcr.microsoft.com/azure-cloudshell:base.master.d02d5921.20260828.1 +ARG IMAGE_LOCATION=mcr.microsoft.com/azure-cloudshell:base.master.328b89f6.20260921.1 # Copy from base build FROM ${IMAGE_LOCATION}