Skip to content

Commit ff7139b

Browse files
authored
Merge pull request #153 from brentzundel/master
pin to stable artifacts
2 parents 6e7db64 + 4f7e52b commit ff7139b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

devops/build-scripts/xenial/Pool_Party/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88
6767
RUN echo "deb https://repo.sovrin.org/deb xenial $indy_stream" >> /etc/apt/sources.list
6868

6969
RUN apt-get update -y && apt-get install -y \
70-
indy-plenum>=${indy_plenum_ver} \
71-
indy-node>=${indy_node_ver} \
72-
indy-anoncreds>=${indy_anoncreds_ver} \
73-
python3-indy-crypto>=${python3_indy_crypto_ver} \
74-
libindy-crypto>=${indy_crypto_ver} \
70+
indy-plenum=${indy_plenum_ver} \
71+
indy-node=${indy_node_ver} \
72+
indy-anoncreds=${indy_anoncreds_ver} \
73+
python3-indy-crypto=${python3_indy_crypto_ver} \
74+
libindy-crypto=${indy_crypto_ver} \
7575
vim sudo
7676

7777
RUN dpkg -i /root/${sovtoken_pkg_name}

sovtoken/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'*.css', '*.ico', '*.png', 'LICENSE', 'LEGAL', 'sovtoken']},
3939
include_package_data=True,
4040

41-
install_requires=['indy-plenum>=1.6.51'],
41+
install_requires=['indy-plenum==1.6.51'],
4242
setup_requires=['pytest-runner'],
4343
extras_require={
4444
'test': tests_require,

0 commit comments

Comments
 (0)