Skip to content

Update Conan registry in Dockerfile

Jekabs Karklins requested to merge update_conan_and_registry into master

Created by: matthew-d-jones

Fixes problem with latest version of Conan (1.15.0) where registry.json was renamed to remotes.json. This would cause our Dockerfile to fail to build.

Updated some conan packages to latest versions.

If docker-based system tests pass then this should be good to merge.

Merge request reports