Failed to create CoreCLR, HRESULT: 0x80070008 Update Bitwarden

Hello everyone,

unfortunately I have a big problem to update my Bitwarden on Prem.
Currently we have the following version :

bitwarden.sh version 2023.2.1
Docker version 20.10.7, build f0df350
docker-compose version 1.27.4, build 40524192

When I execute the commands

./bitwarden.sh updateself
./bitwarden.sh update

the following error message appears at the end:

Status: Downloaded newer image for bitwarden/setup:2024.2.2
docker.io/bitwarden/setup:2024.2.2
Failed to create CoreCLR, HRESULT: 0x80070008

acc. Bitwarden instructions I have to update the Docker container

for this I have from the page

htxxxxtps://github.com/bitwarden/server/releases

and copied it to the bwdate folder without overwriting the existing data, then I used the command

docker-compose -f ./docker/docker-compose.yml down && docker-compose -f ./docker/docker-compose.yml up -d

is executed.

The following information appears:

Removing network docker_default
WARNING: Network docker_default not found.
Removing network docker_public
WARNING: Network docker_public not found.
Creating network "docker_default" with the default driver
Creating network "docker_public" with the default driver
Creating bitwarden-events        ... done
Creating bitwarden-attachments   ... done
Creating bitwarden-api           ... done
Creating bitwarden-mssql         ... done
Creating bitwarden-icons         ... done
Creating bitwarden-notifications ... done
Creating bitwarden-web           ... done
Creating bitwarden-identity      ... done
Creating bitwarden-sso           ... done
Creating bitwarden-admin         ... done
Creating bitwarden-nginx         ... done

unfortunately it seems that the Docker container is not updated, the same error message as above appears when I want to update Bitwarden again.

Does anyone have an idea where I am making a mistake?

Translated with DeepL.com (free version)