From 4bd164dba060da1f3216fae725590bd5bc590bf3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:06:08 +0000 Subject: [PATCH 1/2] Initial plan From e179692a7e746fa3a0ff41a04a7575b6085560eb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:07:16 +0000 Subject: [PATCH 2/2] Update base image tag to base.master.125b9ecf.20260728.1 --- linux/tools.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/tools.Dockerfile b/linux/tools.Dockerfile index ec280945..b8f02dd5 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.f6ead934.20260629.1 +ARG IMAGE_LOCATION=mcr.microsoft.com/azure-cloudshell:base.master.125b9ecf.20260728.1 # Copy from base build FROM ${IMAGE_LOCATION}