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

Dockerfile.clang: Don't pin clang patch version #1530

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Commits on Sep 29, 2023

  1. Dockerfile.clang: Don't pin clang patch version

    I boldly assert that it's sufficient to specify the clang version by
    using clang-15 package. This way we can pick up the latest security
    release automatically. Otherwise this Dockerfile keeps breaking when
    there is a new security release and the old package gets deleted.
    
    Ref: https://github.com/cilium/tetragon/actions/runs/6355442579/job/17263533977#step:6:239
    Ref: https://packages.ubuntu.com/jammy/clang-15
    
    Signed-off-by: Michi Mutsuzaki <[email protected]>
    michi-covalent committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    48b7dcc View commit details
    Browse the repository at this point in the history