Postgres collation version mismatch

Hey,

even I use the Docker Version after upgrade my log got spammed with this erros. Isn’t the purpose of Docker is that the right dependencies / versions are included?

How can I get the right version?

firezone-postgres-1  | 2023-07-18 09:02:01.688 UTC [70] WARNING:  database "firezone" has a collation version mismatch
firezone-postgres-1  | 2023-07-18 09:02:01.688 UTC [70] DETAIL:  The database was created using collation version 2.31, but the operating system provides version 2.36.
firezone-postgres-1  | 2023-07-18 09:02:01.688 UTC [70] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE firezone REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.