docker compose up --buildConfigure by editing docker-compose.yml.
Before building the new image, some operation could be needed.
This is if the new version of OpenRefine has a different refine.ini configuration file.
version="3.7.5"
curl -L "https://github.com/OpenRefine/OpenRefine/releases/download/${version}/openrefine-linux-${version}.tar.gz" |
tar xz --wildcards '*/refine.ini' --strip-components 1
mv refine.ini refine.ini.templateThe new refine.ini.template should still use the environmental variables as the previous one.
This requires editing the file manually by comparing it to the old version.
git diff refine.ini.template can be helpful.