Skip to content

Commit d019616

Browse files
committed
few more instances
1 parent 34bc726 commit d019616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/develop/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
clio_develop:
3-
image: ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
3+
image: ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
44
volumes:
55
- clio_develop_conan_data:/root/.conan2/p
66
- clio_develop_ccache:/root/.ccache

docs/build-clio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ To generate the API docs:
163163
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.
164164

165165
```sh
166-
docker run -it ghcr.io/xrplf/clio-ci:0d262e74bcd286ccd6fc36e45990ff2e6b8d8430
166+
docker run -it ghcr.io/xrplf/clio-ci:8ad111655c4d04bfedb7e7cb3bbfba6d4204852d
167167
git clone https://github.com/XRPLF/clio
168168
mkdir build && cd build
169169
conan install .. --output-folder . --build missing --settings build_type=Release -o '&:tests=True'

0 commit comments

Comments
 (0)