Skip to content

Commit 6ed7f41

Browse files
committed
Update Indy-Node version to stable 1.4.66.
Signed-off-by: Sergey Minaev <[email protected]>
1 parent a6d8999 commit 6ed7f41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/indy-pool.dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ RUN pip3 install -U \
1919
setuptools
2020

2121
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88
22-
ARG indy_stream=master
22+
ARG indy_stream=stable
2323
RUN echo "deb https://repo.sovrin.org/deb xenial $indy_stream" >> /etc/apt/sources.list
2424

2525
RUN useradd -ms /bin/bash -u $uid indy
2626

27-
ARG indy_plenum_ver=1.4.419
28-
ARG indy_anoncreds_ver=1.0.32
29-
ARG indy_node_ver=1.4.480
27+
ARG indy_plenum_ver=1.4.45
28+
ARG indy_anoncreds_ver=1.0.11
29+
ARG indy_node_ver=1.4.66
3030
ARG python3_indy_crypto_ver=0.4.1
3131
ARG indy_crypto_ver=0.4.0
3232

0 commit comments

Comments
 (0)