Failed on launching penpot-penpot-backend (Docker on MacOS)

Can any one advise me how to resolve this issue? Thank you.

OS: MacOS Apple Silicon (MacBook Pro M4 Max)

2025-02-23 17:32:46 penpot-backend-1 | + exec /opt/jdk/bin/java -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -Dlog4j2.configurationFile=log4j2.xml -XX:-OmitStackTraceInFastThrow -Dpolyglot.engine.WarnInterpreterOnly=false --enable-preview -jar penpot.jar -m app.main
2025-02-23 17:32:46 penpot-backend-1 | #
2025-02-23 17:32:46 penpot-backend-1 | # A fatal error has been detected by the Java Runtime Environment:
2025-02-23 17:32:46 penpot-backend-1 | #
2025-02-23 17:32:46 penpot-backend-1 | # SIGILL (0x4) at pc=0x0000ffff8bd3fc5c, pid=1, tid=7
2025-02-23 17:32:46 penpot-backend-1 | #
2025-02-23 17:32:46 penpot-backend-1 | # JRE version: (21.0.2+13) (build )
2025-02-23 17:32:46 penpot-backend-1 | # Java VM: OpenJDK 64-Bit Server VM (21.0.2+13-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
2025-02-23 17:32:46 penpot-backend-1 | # Problematic frame:
2025-02-23 17:32:46 penpot-backend-1 | # j java.lang.System.registerNatives()V+0 java.base@21.0.2
2025-02-23 17:32:46 penpot-backend-1 | #
2025-02-23 17:32:46 penpot-backend-1 | # No core dump will be written. Core dumps have been disabled. To enable core dumping, try “ulimit -c unlimited” before starting Java again
2025-02-23 17:32:46 penpot-backend-1 | #
2025-02-23 17:32:46 penpot-backend-1 | # An error report file with more information is saved as:
2025-02-23 17:32:46 penpot-backend-1 | # /opt/penpot/backend/hs_err_pid1.log
2025-02-23 17:32:46 penpot-backend-1 | [0.011s][warning][os] Loading hsdis library failed
2025-02-23 17:32:46 penpot-backend-1 | #
2025-02-23 17:32:46 penpot-backend-1 | # The crash happened outside the Java Virtual Machine in native code.
2025-02-23 17:32:46 penpot-backend-1 | # See problematic frame for where to report the bug.
2025-02-23 17:32:46 penpot-backend-1 | #
2025-02-23 17:32:46 penpot-backend-1 |
2025-02-23 17:32:46 penpot-backend-1 | [error occurred during error reporting (), id 0x5, SIGTRAP (0x5) at pc=0x0000ffffa21a71ec]

If your data is in a volume like its supposed to be, just delete the current image in the local repository and pull a fresh one from penpot git, seems like a java problem…
But could also be a variable in the compose file thats causing the issue