I am trying to get the latest version of DiG DNS utility (part of BIND 9) but I can't seem to be able to.
I am running Debian 8 (Jessie). The current DiG version :
root@myMachine:~# dig -v
DiG 9.9.5-9+deb8u14-Debian
I want to get the version that comes with Debian 9:
root@secMachine:~# dig -v
DiG 9.10.3-P4-Debian
I tried update commands for BIND and dnsutils, but no use.
root@myMachine:~# apt-get install -y dnsutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
dnsutils is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 118 not upgraded.
root@DXB-RYH-EPROBE12:~# apt-get install -y bind9
Reading package lists... Done
Building dependency tree
Reading state information... Done
bind9 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 117 not upgraded.
How can update DiG to v9.10 or to the latest version, without upgrading to Debian 9?