You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
i have this on line in my dockerfile: FROM openjdk:8-alpine
and my aqua scanner detects these vulnerabilities
what changes i can make in my dockerfile to get latest or specific version to resolve at least few if not all vulnerabilities?
A CVE doesn't imply having an actual vulnerability, and often is even a false positive (given how most distributions handle versioning/security updates in stable releases). If there are actionable items we can resolve, we're happy to do so (and do so actively). We update all Debian based images to include any updates in apt packages at least monthly (we regenerate the base images and then rebuild all dependent images).
Hi
i have this on line in my dockerfile: FROM openjdk:8-alpine
and my aqua scanner detects these vulnerabilities
what changes i can make in my dockerfile to get latest or specific version to resolve at least few if not all vulnerabilities?
The text was updated successfully, but these errors were encountered: