Upgrade Linux Web App PHP to 8.4
Hi Community!,
We've detected lots of vulnerabilities on our Linux PHP instances, mostly related to the PHP 8.3 version.
https://maikuolan.github.io/Vulnerability-Charts/php.html
https://www.php.net/downloads.php
So, we're currently stuck on version 8.3.9 and can't upgrade to the latest ones like 8.3.15. When configuring, we can only pick 8.3, and even though it's still supported, it's not helping us protect against the vulnerabilities we've found in our exposed instances.
We've tried updating things on our end, but since it's a Serverless instance, the changes don't stick.
We could switch to using a container image, but that means overhauling our entire CI/CD process (which kinda defeats the purpose of having Web Apps, right?).
Any chance there's a plan or workaround to upgrade to version 8.4 or at least the latest 8.3 versions (like 8.3.15)?
Thanks!