ci: Update images to use latest Ninja (#2817)

This commit is contained in:
Ayaz Salikhov
2025-11-26 16:15:18 +00:00
committed by GitHub
parent 067449c3f8
commit 80978657c0
12 changed files with 19 additions and 19 deletions

View File

@@ -191,7 +191,7 @@ Open the `index.html` file in your browser to see the documentation pages.
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 ghcr.io/xrplf/clio-ci:77387d8f9f13aea8f23831d221ac3e7683bb69b7
docker run -it ghcr.io/xrplf/clio-ci:067449c3f8ae6755ea84752ea2962b589fe56c8f
git clone https://github.com/XRPLF/clio
cd clio
```