From d0040ea821635f1e1276a15483e4d463a3958035 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 12 Dec 2024 10:15:55 +0000 Subject: [PATCH] Update preview image (#2462) Pulls in new features, including the "new" pill --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start b/start index 8f56be6ef42..93a737a9933 100755 --- a/start +++ b/start @@ -16,7 +16,7 @@ import sys from pathlib import Path # Get the latest digest by running `docker pull icr.io/qc-open-source-docs-public/preview:latest`. -IMAGE_DIGEST = "sha256:9d475dd73d574cb420490cdaf203c45f9b211debee2fb8825bae40018e55bcae" +IMAGE_DIGEST = "sha256:00708d7f6926826fbea7e1469380ffc7cdccf540760d0be1828d88c31cd7def8" PWD = Path(__file__).parent IMAGE = f"icr.io/qc-open-source-docs-public/preview@{IMAGE_DIGEST}"