Azure app service seems to have been updated after 02utc.
There is now an error.
The following packages have unmet dependencies: libperl5.36 : Depends: perl-modules-5.36 (>= 5.36.0-7+deb12u2) but 5.36.0-7+deb12u1 is installed perl : Depends: libperl5.36 (= 5.36.0-7+deb12u1) but 5.36.0-7+deb12u2 is installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
There is a version mismatch between libperl5.36
, perl
, and perl-modules-5.36
This does not fix it: apt --fix-broken install
I also tried
apt install perl=5.36.0-7+deb12u2 perl-modules-5.36=5.36.0-7+deb12u2 libperl5.36=5.36.0-7+deb12u2