I am running [this image](https://hub.docker.com/layers/postgis/postgis/latest/images/sha256-478279f0fd18beee4b95b05d495f3fda98819c4dace5e6f2dae04663f6d109b0?context=explore) on macOS ARM (Apple Silicon) with Docker Desktop. I see the following error when running this image on my hardware: ``` The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested ``` The image does appear to work, but I'm wondering if there is a way to fix the image so that it doesn't produce this warning on the macOS ARM platform.