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

Install system CA certificates in base Docker image #557

Merged

Commits on Oct 22, 2024

  1. Install system CA certificates in base Docker image

    - Install the `ca-certificates` package to include trusted system CA certificates.
    - Ensures secure SSL/TLS communication with external services over HTTPS.
    - Allows the Dockerized application to verify certificates against a trusted set of certificate authorities.
    - Supports integration with APIs, databases, and other secure services.
    
    This change improves the container's ability to connect to external resources securely,
    making it compatible with environments that require certificate validation.
    groldan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    10a4dd6 View commit details
    Browse the repository at this point in the history