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

Alpine 3.20.3 #77

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Alpine 3.20.3 #77

merged 2 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. base: only use major version for Alpine image names.

    This simplifies the update path for users of the image, since we'd like
    to be able to move to newer Alpine images often, and new releases are
    made more often than Debian, for example.
    ericonr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    64a98b7 View commit details
    Browse the repository at this point in the history
  2. base: update to Alpine 3.20.3.

    This updates the Alpine base image to use a newer stable branch. Among
    general updates, we are interested in avoiding a GCC bug that's present
    in 3.18 [1].
    
    Due to the deprecation of distutils in the standard Python library [2],
    it was necessary to add the setuptools package.
    
    [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
    [2] https://peps.python.org/pep-0632/
    ericonr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e5c1322 View commit details
    Browse the repository at this point in the history