We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d8999 commit 6ed7f41Copy full SHA for 6ed7f41
ci/indy-pool.dockerfile
@@ -19,14 +19,14 @@ RUN pip3 install -U \
19
setuptools
20
21
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88
22
-ARG indy_stream=master
+ARG indy_stream=stable
23
RUN echo "deb https://repo.sovrin.org/deb xenial $indy_stream" >> /etc/apt/sources.list
24
25
RUN useradd -ms /bin/bash -u $uid indy
26
27
-ARG indy_plenum_ver=1.4.419
28
-ARG indy_anoncreds_ver=1.0.32
29
-ARG indy_node_ver=1.4.480
+ARG indy_plenum_ver=1.4.45
+ARG indy_anoncreds_ver=1.0.11
+ARG indy_node_ver=1.4.66
30
ARG python3_indy_crypto_ver=0.4.1
31
ARG indy_crypto_ver=0.4.0
32
0 commit comments