How to specify an exact PostgreSQL version of the local supabase instance? 14.X

Hi.
My production PostgreSQL version is 14.1, while the local instance is 14.3. I want my local to be 14.1 as well.
There is a setting for the major version number in /supabase/config.toml but no setting for the minor. How can I specify a minor version there as well?
I tried adding minor_version = 1 but it didn't work
Screenshot_2022-09-29_at_15.07.20.png
Was this page helpful?