I have a Ubuntu 22.04 template, which is used to create two Virtual Machines.
After creating the VMs I ran apt update && apt upgrade -y
on both, now I've got one VM with version "22.04.1 LTS (Jammy Jellyfish)" and one "22.04 (Jammy Jellyfish)". Even with do-release-upgrade
I can not upgrade it so the versions are equal.
This is bad since one VM is for production and the other for development, and i want to keep the OS as close as possible.
Did the "phased release" approach of Ubuntu lead to this behaviour? And how to get both VMs to version "22.04.1 LTS (Jammy Jellyfish)". (I could update the template, i know)
sudo apt full-upgrade
? – Artur Meinild Sep 14 '22 at 10:54