Update cic-eth version in contract migration dockerfile

This commit is contained in:
nolash 2021-03-25 19:24:46 +01:00
parent 21f71043c9
commit 7d5d7f67c6
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -58,7 +58,7 @@ USER grassroots
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
ARG cic_base_version=0.1.2a22
ARG cic_eth_version=0.10.1a5+build.5bf30afb
ARG cic_eth_version=0.10.1a5+build.21f71043
ARG cic_contracts_version=0.0.2a2
RUN pip install --user --extra-index-url $pip_extra_index_url cic-base[full_graph]==$cic_base_version \
cic-eth==$cic_eth_version \