From 01f67ad4c88f47f2a8e300a1d8deb9cbad19c1ea Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Thu, 27 Feb 2025 16:54:44 -0800 Subject: [PATCH] Update Dockerfile ubuntu base image (#54609) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c43b906d6f9f..fd22356afc61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # --------------------------------------------------------------- # To update the sha: # https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble -FROM ghcr.io/github/gh-base-image/gh-base-noble:20250218-181933-g3ea4154ca AS base +FROM ghcr.io/github/gh-base-image/gh-base-noble:20250226-135630-g5b0726056 AS base # Install curl for Node install and determining the early access branch # Install git for cloning docs-early-access & translations repos