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}