I have solved a similar problem deleting all the Docker images with a
docker rmi -f $(docker images -aq)
and restarting Docker.
Another option is to reset to factory defaults through the Docker desktop dashboard. Mind that this will remove all of your images, containers, settings so on so forth.