A packaging fix for anyone running Muximux on ARM hardware.
The arm64 Docker image for 3.1.0 and 3.1.1 was built incorrectly and actually contained the amd64 binary inside. On a Raspberry Pi, Apple Silicon, or an ARM server that meant Muximux ran under emulation and could crash on startup. If you run on a normal amd64 machine, you were never affected.
This release publishes a correct arm64 image. There are no application changes, so upgrading is just a pull:
docker compose pull && docker compose up -dThanks to @jaredjxyz for spotting it and sending the fix (#355).