Open
Description
Bug report
- [x ] I confirm this is a bug with Supabase, not with my own application.
- [ x] I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
The released wrappers need libssl1.1
which is not included in modern Debian and Ubuntu. That way it's necessary to build the extension locally before including in a modern PostgreSQL-Container.
I am a little confused that it uses the old libssl, because the ubuntu-latest
runner should be Ubuntu 22.04 which uses a new openssl.