docker-library / mysql

Docker Official Image packaging for MySQL Community Server

Home Page:https://dev.mysql.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openssl CVE vulnerability fix

FreemanKevin opened this issue · comments

I used snyk to scan and found out that there are many vulnerabilities in the latest image, mainly about openssl. How should I upgrade to fix this problem?
I plan to directly use the source code package to compile and build to upgrade. Can I directly reuse the Dockerfile in the source code warehouse here? Is it okay to use my own source code to install openssl instead of dnf installation?