Rehabilitate tracker daemon frontend

This commit is contained in:
nolash 2021-03-26 08:39:24 +01:00
parent 101a1eb050
commit 3a17647107
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
cic-base~=0.1.2a23
cic-base~=0.1.2a24
celery==4.4.7
crypto-dev-signer~=0.4.14a8
confini~=0.3.6rc3

View File

@ -57,7 +57,7 @@ WORKDIR /home/grassroots
USER grassroots
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
ARG cic_base_version=0.1.2a22
ARG cic_base_version=0.1.2a23
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 \