Rehabilitate reset script after chainlib refactors

This commit is contained in:
nolash
2021-03-24 13:08:54 +01:00
parent 97ecce96a8
commit e138a0005a
3 changed files with 10 additions and 10 deletions

View File

@@ -57,8 +57,8 @@ WORKDIR /home/grassroots
USER grassroots
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
ARG cic_base_version=0.1.2a7
ARG cic_eth_version=0.10.1a5+build.b441abb0
ARG cic_base_version=0.1.2a16
ARG cic_eth_version=0.10.1a5+build.97ecce96
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 \