Latest docker image only shows JVM crash on Mac-M4

Hi community,

when I start the (now) neo4j:latest docker image I only see the following output:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x0000ffff9fd3fc5c, pid=95, tid=99
#
# JRE version:  (21.0.6+7) (build )
# Java VM: OpenJDK 64-Bit Server VM (21.0.6+7-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
# Problematic frame:
# j  java.lang.System.registerNatives()V+0 java.base@21.0.6
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /var/lib/neo4j/hs_err_pid95.log
[0.007s][warning][os] Loading hsdis library failed
#
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/startup/docker-entrypoint.sh: line 300:    95 Aborted                 ${neo4j_admin_cmd} dbms set-initial-password "${password}" "${extra_args[@]}"

I am running docker on a MacBookPro M4.
Previous version used to run fine (neo4j:5.26.2 and before).
I noticed that the JDK version has been bumped from JDK-17.0.14 to JDK-21.0.6 so that might be related.

Any ideas how to avoid this?

Cheers,
Tom