Upgrade sarafu token

This commit is contained in:
nolash 2021-05-01 08:43:19 +02:00
parent 4296b451e7
commit 3450bfd794
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -57,7 +57,7 @@ ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
ARG cic_base_version=0.1.2b6
ARG cic_eth_version=0.11.0b12
ARG sarafu_faucet_version=0.0.3a1
ARG sarafu_token_version=0.0.1a6
ARG sarafu_token_version=0.0.1a7
RUN pip install --user $pip_extra_args --index-url $pip_index_url --extra-index-url $pip_extra_index_url cic-base[full_graph]==$cic_base_version \
sarafu-faucet==$sarafu_faucet_version \
sarafu-token==$sarafu_token_version \