Just in case people haven't see it.

v1.3.5 Released 2019-05-01
Fixed update issue.

Read More...

The first thing the image does on first boot is an unattended update (very annoying), so whilst you haven't updated it; it has updated it's self in the background.

You can confirm this by running "ps | fax" and looking for the unattended process (or apt process), or by running "top" as it'll most likely be using the most resources.

Read More...

I've just come across this.....

Try force installing/overriding the package with the already downloaded and cached update to resolve the conflict:

dpkg -i --force-overwrite /var/cache/apt/archives/bind9-host_1%3a9.10.3.dfsg.P4-8ubuntu1.14_armhf.deb

Then resolving the dependencies again
apt -f install

Please bear in mind that if you are signed in as the "stellarmate" user you will need to prefix these commands with "sudo"

Read More...