mirror of
https://github.com/dokku/dokku.git
synced 2025-12-22 23:09:28 +01:00
Bring configuration in line with the latest Cloud init verison. Tested under 20.1. Mainly done due to `debconf_selections` not working with the old syntac. See the `debconf_selections` item under https://cloudinit.readthedocs.io/en/latest/topics/modules.html#apt-configure Changes include: - reboot when apt deems it necessary, - define update and upgrade with the package syntax, - bring apt sources and keys inline with apt syntax and - dynamically get the right release by using the var '$RELEASE'. [ci skip]