From 66324bf8c69b4fb6226cd1886f63009e21b27e71 Mon Sep 17 00:00:00 2001 From: Yoyo Wang Date: Thu, 8 Aug 2024 15:53:33 -0700 Subject: [PATCH] update base image --- linux/tools.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/tools.Dockerfile b/linux/tools.Dockerfile index e682712f..f7dfbae5 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=cdpxb787066ec88f4e20ae65e42a858c42ca00.azurecr.io/official/cloudshell:base.master.42c18660.20240718.1 +ARG IMAGE_LOCATION=cdpxb787066ec88f4e20ae65e42a858c42ca00.azurecr.io/official/cloudshell:base.master.d8ad9f29.20240731.1 # Copy from base build FROM ${IMAGE_LOCATION}