Starting the docker container is failing with:
Failed to extract download URL 'Failed to locate data-platform element' from https://www.minecraft.net/en-us/download/server/bedrock
2025/06/13 00:40:57 Unable to find an element with attribute matcher data-platform=serverBedrockLinux
After inspecting the download page, it looks like the attribute was name was changed from "data-platform" to "aria-label":
<a href="https://www.minecraft.net/bedrockdedicatedserver/bin-linux/bedrock-server-1.21.84.1.zip" class="MC_Button MC_Button_Hero_Outline MC_Glyph_Download_A MC_Style_Core_Green_5" aria-label="serverBedrockLinux" data-aem-contentname="primary-cta" id="MC_Download_Server_2" target="_blank" disabled="disabled">
<span>Download</span>
</a>