revoltchat / backend

Monorepo for Revolt backend services.
https://developers.revolt.chat/api/
Other
1.14k stars 125 forks source link

[BUG] libssl.so.3 not existing in Docker Image #354

Closed domi-btnr closed 2 days ago

domi-btnr commented 1 month ago

What happened?

I'm using the docker-compose.yml to host a Revolt Server on my Machine. When I run docker compose up I get following Errors in the Logs, preventing the Service to work:

january-1        | ./january: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

I'm running a fresh installed VM with Ubuntu 24.04 and Docker v27.1.2

domi-btnr commented 1 month ago

Using ghcr.io/revoltchat/january:0.3.5 instead of ghcr.io/revoltchat/january:latest fixes that problem

insertish commented 5 days ago

This will be fixed on the backend repo merger.