ci: Use ghcr.io/xrplf/clio-ci docker image (#2055)

This commit is contained in:
Ayaz Salikhov
2025-04-29 11:35:26 +01:00
committed by GitHub
parent 8b99013ff8
commit eef85b520a
8 changed files with 22 additions and 22 deletions

View File

@@ -129,7 +129,7 @@ To generate the API docs:
It is also possible to build Clio using [Docker](https://www.docker.com/) if you don't want to install all the dependencies on your machine.
```sh
docker run -it rippleci/clio_ci:latest
docker run -it ghcr.io/xrplf/clio-ci:latest
git clone https://github.com/XRPLF/clio
mkdir build && cd build
conan install .. --output-folder . --build missing --settings build_type=Release -o tests=True -o lint=False