supabase/postgres container missing
After linking to my local project to supabase, the supabase CLI is requesting a postgres image that's not available yet. After issuing "supabase start", the CLI is creating a docker-compose (in memory?) that's requesting image public.ecr.aws/supabase/postgres:15.8.1.022. The most recent image available appears to be public.ecr.aws/supabase/postgres:15.8.1.021.
- Is there a workaround to specify a minor version, such as public.ecr.aws/supabase/postgres:15.8.1.021?
- When will public.ecr.aws/supabase/postgres:15.8.1.022 be published?