Incorrect reporting of cpu MHz in /proc/cpuinfo

Hi all,
I am running with Docker Desktop 2.3.0.4 on my 2015 MacBook Pro, which is running Mojave.

The cpuinfo is incorrectly reported as 0.000 in /proc/cpuinfo, which is creating a problem when trying to run Matlab, for example, in a docker container.

Steps to reproduce
docker run -it ubuntu bash

root@2389181aea0b:/# grep "cpu MHz" /proc/cpuinfo 
cpu MHz		: 0.000
cpu MHz		: 0.000

I have come across other posts like this related with Virtualbox that refer to changing the chipset. However, I have been unable to find anything similar for the current Docker setup.

Is there a fix for this? Thanks!

This has been resolved in Docker Desktop 2.5.0.0.

Thanks!