Version
latest
Steps to reproduce
While looking into the Dockerfiles to see, what's included, I spotted a "copy & paste" error (I guess) when the "noble" file was generated from the "jammy" file.
The ARG DOCKER_IMAGE_NAME_TEMPLATE should contain "noble" instead of "jammy".
Expected behavior
expected ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright:v%version%-noble"
Actual behavior
expected ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright:v%version%-jammy"
Additional context
No response
Environment
Nothing special.