Skip to content

Commit a6d8999

Browse files
committed
Fix libindy versions in GSG.
Signed-off-by: Sergey Minaev <[email protected]>
1 parent 16c637c commit a6d8999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)