QGC build with docker reqieres qt 5.15

Hi everyone,

On a fresh Ubuntu 20.04 LTS, I’m trying to build and run QGC from docker as described in this page.

sudo https://dev.qgroundcontrol.com/master/en/getting_started/container.html

… seem to work ok.

mkdir build
sudo docker run --rm -v ${PWD}:/project/source -v ${PWD}/build:/project/build qgc-linux-docker

returns

Info: creating stash file /project/build/.qmake.stash
Project MESSAGE: Qt version 5.12.10
Project ERROR: Unsupported Qt version, 5.15 is required

But in the documentation it is specified clearly to use Qt 5.12, is the doc outdated?