Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile apt upgrade openssl #10951

Merged
merged 1 commit into from
Feb 10, 2023
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Feb 10, 2023

Signed-off-by: Glenn Jocher glenn.jocher@ultralytics.com

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improved security by updating OpenSSL in the Dockerfile.

πŸ“Š Key Changes

  • Removed the installation of the OpenSSL package from the initial apt install command.
  • Added a separate RUN command for upgrading OpenSSL to ensure the latest security updates are applied.

🎯 Purpose & Impact

  • πŸ›‘οΈ Enhanced Security: The changes specifically address a known vulnerability in Ubuntu's OpenSSL package, making the built Docker images more secure.
  • βœ… Up-to-date Dependencies: Users will benefit from having the latest security patches, reducing the risk of potential exploits.
  • πŸš€ Streamlined Updates: Separating the OpenSSL upgrade into its own command may streamline the process for applying future security updates.

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@glenn-jocher glenn-jocher changed the title Update Dockerfile upgrade openssl Update Dockerfile apt upgrade openssl Feb 10, 2023
@glenn-jocher glenn-jocher merged commit 5c3eba6 into master Feb 10, 2023
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch February 10, 2023 17:19
Smfun12 pushed a commit to Smfun12/yolov5 that referenced this pull request Mar 24, 2023
Update Dockerfile upgrade `openssl`

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant