I have a local Drupal site sitting in a docksal/docker environment. It's version 8.6.15.
I'd like to update it, but I'm having problems at every step. Using drush didn't seem to work. So I'm trying with Composer, using the command: "composer require drupal/core --update-with-all-dependencies" ... it appears to say I'm using something higher than 8.7... but when I go to the admin, it still shows I'm using 8.6.15 - even after all caches are cleared.