Error after updating docker-compose on RPi 4

Hello,
I just updated my home-assistant on my Raspberry Pi 4 with docker-compose but after that, it has stopped working. After that I tried to switch to dev branch but this also does not work.
I love HA and it would be great if its going to work again :smiley:

Many thanks in advance!

Logs
homeassistant    | Current thread 0xb6fd7020 (most recent call first):
homeassistant    | <no Python frame>
homeassistant    | [cont-finish.d] executing container finish scripts...
homeassistant    | [cont-finish.d] done.
homeassistant    | [s6-finish] waiting for services.
homeassistant    | [s6-finish] sending all processes the TERM signal.
homeassistant    | [s6-finish] sending all processes the KILL signal and exiting.
homeassistant    | [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
homeassistant    | [s6-init] ensuring user provided files have correct perms...exited 0.
homeassistant    | [fix-attrs.d] applying ownership & permissions fixes...
homeassistant    | [fix-attrs.d] done.
homeassistant    | [cont-init.d] executing container initialization scripts...
homeassistant    | [cont-init.d] udev.sh: executing...
homeassistant    | [cont-init.d] udev.sh: exited 0.
homeassistant    | [cont-init.d] done.
homeassistant    | [services.d] starting services
homeassistant    | [services.d] done.
homeassistant    | Fatal Python error: init_interp_main: can't initialize time
homeassistant    | Python runtime state: core initialized
homeassistant    | PermissionError: [Errno 1] Operation not permitted
homeassistant    |
homeassistant    | Current thread 0xb6eff020 (most recent call first):
homeassistant    | <no Python frame>
homeassistant    | [cont-finish.d] executing container finish scripts...
homeassistant    | [cont-finish.d] done.
homeassistant    | [s6-finish] waiting for services.
homeassistant    | [s6-finish] sending all processes the TERM signal.
homeassistant    | [s6-finish] sending all processes the KILL signal and exiting.
homeassistant    | [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
homeassistant    | [s6-init] ensuring user provided files have correct perms...exited 0.
homeassistant    | [fix-attrs.d] applying ownership & permissions fixes...
homeassistant    | [fix-attrs.d] done.
homeassistant    | [cont-init.d] executing container initialization scripts...
homeassistant    | [cont-init.d] udev.sh: executing...
homeassistant    | [cont-init.d] udev.sh: exited 0.
homeassistant    | [cont-init.d] done.
homeassistant    | [services.d] starting services
homeassistant    | [services.d] done.
homeassistant    | Fatal Python error: init_interp_main: can't initialize time
homeassistant    | Python runtime state: core initialized
homeassistant    | PermissionError: [Errno 1] Operation not permitted
homeassistant    |
homeassistant    | Current thread 0xb6f15020 (most recent call first):
homeassistant    | <no Python frame>
homeassistant    | [cont-finish.d] executing container finish scripts...
homeassistant    | [cont-finish.d] done.
homeassistant    | [s6-finish] waiting for services.
homeassistant    | [s6-finish] sending all processes the TERM signal.
homeassistant    | [s6-finish] sending all processes the KILL signal and exiting.

Okay, found the solution: