File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ RUN pip3 install -U \
1919 setuptools
2020
2121RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88
22- ARG indy_stream=master
22+ ARG indy_stream=stable
2323RUN echo "deb https://repo.sovrin.org/deb xenial $indy_stream" >> /etc/apt/sources.list
2424
2525RUN 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
3030ARG python3_indy_crypto_ver=0.4.1
3131ARG indy_crypto_ver=0.4.0
3232
Original file line number Diff line number Diff 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
2525RUN 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
3131USER indy
3232
You can’t perform that action at this time.
0 commit comments