Replies: 3 comments
-
|
Thanks for the info. My Docker images are built on top of the official PHP images' latest tags, so I basically don't modify the PHP or OS versions from the base images. I'll keep looking into how to update the OS core to the latest version possible. |
Beta Was this translation helpful? Give feedback.
-
|
After checking the official I don't think checking a file's timestamp is a reliable way to judge system-level security. That said, I'll always try to keep the OS and middleware as up to date as possible. Best regards. |
Beta Was this translation helpful? Give feedback.
-
|
You are right. Seems like nothing we can do atm. Thank you. Let's close it for now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using
FROM shinsenter/laravel:latestAnd we have some system-level security checks running. Those checks indicate that the Docker image itself is not up to date, meaning it may contain vulnerabilities, etc. I have checked the image built today, and this is what I see:
The information above shows that our Laravel image is based on a Debian Bookworm build from August 2025. Is it possible to refresh that and keep it up to date all the time?
Beta Was this translation helpful? Give feedback.
All reactions