From 0abdef357ce4ab50871cf4ea07a0fb2639989a6d Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Wed, 23 Oct 2024 13:02:59 -0700 Subject: [PATCH] tools: Update the base image tag to cd63aa88.20241018.1 Signed-off-by: Suraj Deshmukh --- linux/tools.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/tools.Dockerfile b/linux/tools.Dockerfile index ef01d72..92ebb74 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.52563b6d.20241007.1 +ARG IMAGE_LOCATION=cdpxb787066ec88f4e20ae65e42a858c42ca00.azurecr.io/official/cloudshell:base.master.cd63aa88.20241018.1 # Copy from base build FROM ${IMAGE_LOCATION}