From fa70481e5f13c919c865a5aeca44a47f1c29dce0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 1 Sep 2026 14:35:00 +0000 Subject: [PATCH 1/2] Initial plan From bed8514b25e27d4d4f706446b7802e057c7837f2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 1 Sep 2026 14:35:51 +0000 Subject: [PATCH 2/2] Update base image tag in tools.Dockerfile Co-authored-by: ComradeCow <1058997+ComradeCow@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 b8f02dd5..66e57898 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.125b9ecf.20260728.1 +ARG IMAGE_LOCATION=mcr.microsoft.com/azure-cloudshell:base.master.d02d5921.20260828.1 # Copy from base build FROM ${IMAGE_LOCATION}