Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information