ci: Update build image (#2453)

This commit is contained in:
Michael Legleux
2025-08-18 16:52:09 -07:00
committed by GitHub
parent 46c96654ee
commit e6abdda0a7
12 changed files with 18 additions and 18 deletions

View File

@@ -163,7 +163,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 ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
docker run -it ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
git clone https://github.com/XRPLF/clio
mkdir build && cd build
conan install .. --output-folder . --build missing --settings build_type=Release -o '&:tests=True'