ci: Update docker images (#2745)

This commit is contained in:
Ayaz Salikhov
2025-10-30 17:08:11 +00:00
committed by GitHub
parent c117f470f2
commit 7e4e12385f
15 changed files with 31 additions and 28 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:b2be4b51d1d81548ca48e2f2b8f67356b880c96d
docker run -it ghcr.io/xrplf/clio-ci:c117f470f2ef954520ab5d1c8a5ed2b9e68d6f8a
git clone https://github.com/XRPLF/clio
cd clio
```