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