From af5405d71019555c0fd10efccb6e3de67c1d4d6b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 23 May 2026 00:15:44 +0000 Subject: [PATCH 1/2] Initial plan From cb29af6b8755de0ba64c366607fa2430caec9ffd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 23 May 2026 00:19:11 +0000 Subject: [PATCH 2/2] Update tools.Dockerfile base image tag to 20260518 release Agent-Logs-Url: https://github.com/Azure/CloudShell/sessions/eefbda9b-192c-4c2a-8c2d-5ccb7b422e71 Co-authored-by: priyaananthasankar <10415876+priyaananthasankar@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 e1aa9c14..fe90979b 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.78b9a056.20260421.1 +ARG IMAGE_LOCATION=cloudconregprd.azurecr.io/public/azure-cloudshell:base.master.894ed5cf.20260518.1 # Copy from base build FROM ${IMAGE_LOCATION}