This commit is contained in:
nolash 2021-03-26 15:27:46 +01:00
parent e2913dd37d
commit 5cc1526c7c
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
cic-base~=0.1.2a27
cic-base~=0.1.2a28
celery==4.4.7
crypto-dev-signer~=0.4.14a10
confini~=0.3.6rc3

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.2a27
ARG cic_eth_version=0.10.1a5+build.9542b054
ARG cic_base_version=0.1.2a28
ARG cic_eth_version=0.10.1a5+build.e2913dd3
ARG sarafu_faucet_version=0.0.2a8
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 \