From 7fc4be9c7eb0a4e1d57671fc12d4ac0a5ecce0e3 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] 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 3ea204de..8d47b1c1 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}