diff --git a/pkg/config/constants.go b/pkg/config/constants.go index 27facbca0..d183be73d 100644 --- a/pkg/config/constants.go +++ b/pkg/config/constants.go @@ -3,7 +3,7 @@ package config const ( pg13Image = "supabase/postgres:13.3.0" pg14Image = "supabase/postgres:14.1.0.89" - Pg15Image = "supabase/postgres:15.1.1.78" + Pg15Image = "supabase/postgres:15.6.1.100" // Append to ServiceImages when adding new dependencies below // TODO: try https://github.com/axllent/mailpit kongImage = "library/kong:2.8.1"