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
fix: use --releasever latest for dnf security upgrades
The NVIDIA CUDA base image pins to an older AL2023 release version,
so dnf upgrade --security misses patches available in newer releases.
Adding --releasever latest ensures all available security fixes are
applied, including fixes for sqlite, libxml2, libtasn1, glib2, libcap,
openssl, and glibc CVEs.
Signed-off-by: Junpu Fan <junpu@amazon.com>
0 commit comments