From b48c2c5846e6e4ed11380786143f37e99f8a5a48 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 16 Sep 2024 13:41:31 -0400 Subject: [PATCH] Update comment to point to culpable commit (#17896) This PR updates the comment added in #17893 to reference the commit that was identified by `git bisect`. Release Notes: - N/A --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index efa816bf767084aab338687ea8fd9518ab7de746..2185eb6cb4d959747bbf4e9cf2e862f5f5ee385e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ ENV GITHUB_SHA=$GITHUB_SHA # At some point in the past 3 weeks, additional dependencies on `xkbcommon` and # `xkbcommon-x11` were introduced into collab. # +# A `git bisect` points to this commit as being the culprit: `b8e6098f60e5dabe98fe8281f993858dacc04a55`. +# # Now when we try to build collab for the Docker image, it fails with the following # error: #