-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Hi, I'm using the Magento Docker setup and installed it with Magento version 2.4.8 and recently upgraded Magento to 2.4.8-p1 (Open Source edition).
What I did
-
Ran:
composer require magento/product-community-edition:2.4.8-p1 --no-update composer update
-
Verified correct versions using:
composer show magento/framework # → 103.0.8-p1 cat vendor/magento/magento2-base/composer.json # → "version": "2.4.8-p1"
-
Performed all necessary upgrade steps:
bin/magento setup:upgrade bin/magento setup:di:compile bin/magento cache:flush
-
I also deleted the entire
vendor/directory, rancomposer install, and cleared generated files. -
Additionally, I cleared the following manually:
rm -rf var/cache/* var/page_cache/* var/view_preprocessed/* generated/*
❌ The issue
Despite all of that, both:
bin/magento --version- Admin panel footer
still show 2.4.8 instead of 2.4.8-p1.
My question
Is this:
- Expected Magento behavior (patch versions not displayed)?
- Or possibly related to the Docker setup (Mark Shust’s images)?
Would love any guidance or clarification!
Thank you 🙏