From 595bd38c59110e1b18e14127b6753f075035f04b Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Fri, 6 Mar 2026 12:12:21 +0000 Subject: [PATCH] Update preview image --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start b/start index 619eaf39163..b37cb4c8d1c 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:cb9f6fad8f230deb4db9ac69ca0abe9ede3962e9952189e8afce105387bedcab" +IMAGE_DIGEST = "sha256:5336ed8710d3822e6409381e7c4a6d60d7860a2228e22a0f2b2de26c68f54a0b" # Docker on Windows uses `/` rather than `\`, so we need to call `.as_posix()`: # https://medium.com/@kale.miller96/how-to-mount-your-current-working-directory-to-your-docker-container-in-windows-74e47fa104d7