From 9e5153fdad96dfc561ad2c4dec03c01ce9f156ed Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:38:57 +0000 Subject: [PATCH 1/2] Initial plan From 1850eef7dfc060c0669b58db6e9ff2014431dd33 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:39:58 +0000 Subject: [PATCH 2/2] Update base image tag to base.master.78b9a056.20260421.1 Agent-Logs-Url: https://github.com/Azure/CloudShell/sessions/987daf43-f7e9-412b-a037-e24e784adce9 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 8d2154a0..e1aa9c14 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=cloudconregprd.azurecr.io/public/azure-cloudshell:base.master.13613232.20260406.1 +ARG IMAGE_LOCATION=cloudconregprd.azurecr.io/public/azure-cloudshell:base.master.78b9a056.20260421.1 # Copy from base build FROM ${IMAGE_LOCATION}