diff --git a/Makefile b/Makefile index d906659bbd4..3b53cf92f14 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LOCAL_CLANG ?= 0 LOCAL_CLANG_FORMAT ?= 0 FORMAT_FIND_FLAGS ?= -name '*.c' -o -name '*.h' -not -path 'bpf/include/vmlinux.h' -not -path 'bpf/include/api.h' -not -path 'bpf/libbpf/*' NOOPT ?= 0 -CLANG_IMAGE = quay.io/cilium/clang:7ea8dd5b610a8864ce7b56e10ffeb61030a0c50e@sha256:02ad7cc1d08d85c027557099b88856945be5124b5c31aeabce326e7983e3913b +CLANG_IMAGE = cilium/clang:latest METADATA_IMAGE = quay.io/isovalent/tetragon-metadata TESTER_PROGS_DIR = "contrib/tester-progs" # Extra flags to pass to test binary