Skip to content

Commit f58e5fd

Browse files
author
Vyacheslav
authored
Merge pull request hyperledger-indy#939 from jovfer/feature/rc_1_5_0
Synchronize master and RC branches
2 parents db5a926 + beaf687 commit f58e5fd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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

doc/getting-started/getting-started.dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ RUN pip3 install -U \
2020
pip \
2121
setuptools \
2222
jupyter \
23-
python3-indy==1.4.0-dev-586
23+
python3-indy==1.5.0
2424

2525
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88 \
26-
&& add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial master" \
26+
&& add-apt-repository "deb https://repo.sovrin.org/sdk/deb xenial stable" \
2727
&& apt-get update \
2828
&& apt-get install -y \
29-
libindy
29+
libindy=1.5.0
3030

3131
USER indy
3232

0 commit comments

Comments
 (0)