Hi,
I'm currently migrating an Wiki running on an older Ubuntu 22.04 machine with mediawiki running as a debian package version 1.35.6-1 onto the mediawiki docker image on
https://hub.docker.com/_/mediawiki , docker.io/library/mediawiki latest 31482c1fd830 (which asks to report bugs here)
and tried to update the database as described on
https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
and do get
/var/www/html# php maintenance/run.php update.php
MediaWiki 1.42.4 Updater
wikimedia/parsoid: 0.19.1 installed, 0.19.0 required.
Error: your composer.lock file is not up to date. Run "composer update --no-dev" to install newer dependencies
So the versions put together for the docker image don't seem to match.
regards