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 container image to address vulnerabilities #1000

Merged

Commits on Jul 6, 2023

  1. Use pip to manage Python dependencies

    We were previously installing OS-vendored versions of our Python
    dependencies as that was easiest when on Alpine and dealing with
    musl. We're now on a Debian-base image so pip packages will be well
    tested and compatible.
    
    I also added g++ and build-essentials to support ARM/Apple Silicon
    builds.
    ian-noaa committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    dbba68d View commit details
    Browse the repository at this point in the history