Add chain spec to tag invocations

This commit is contained in:
nolash
2021-03-24 19:51:01 +01:00
parent b93aa82bf7
commit 8675b1a215
4 changed files with 13 additions and 15 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.2a16
ARG cic_eth_version=0.10.1a5+build.97ecce96
ARG cic_base_version=0.1.2a18
ARG cic_eth_version=0.10.1a5+build.b93aa82b
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 \