Upgrade faucet, base without faucet

This commit is contained in:
nolash 2021-03-26 14:02:49 +01:00
parent 11f86d6409
commit 44c1ca9573
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 9 additions and 7 deletions

View File

@ -1,4 +1,4 @@
cic-base~=0.1.2a25 cic-base~=0.1.2a26
celery==4.4.7 celery==4.4.7
crypto-dev-signer~=0.4.14a10 crypto-dev-signer~=0.4.14a10
confini~=0.3.6rc3 confini~=0.3.6rc3
@ -22,4 +22,4 @@ hexathon~=0.0.1a6
chainsyncer~=0.0.1a20 chainsyncer~=0.0.1a20
pysha3==1.0.2 pysha3==1.0.2
coincurve==15.0.0 coincurve==15.0.0
sarafu-faucet==0.0.2a6 sarafu-faucet==0.0.2a7

View File

@ -57,12 +57,14 @@ WORKDIR /home/grassroots
USER grassroots USER grassroots
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433 ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
ARG cic_base_version=0.1.2a24 ARG cic_base_version=0.1.2a26
ARG cic_eth_version=0.10.1a5+build.21f71043 ARG cic_eth_version=0.10.1a5+build.11f86d64
ARG sarafu_faucet_version=0.0.2a7
ARG cic_contracts_version=0.0.2a2 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 \ RUN pip install --user --extra-index-url $pip_extra_index_url cic-base[full_graph]==$cic_base_version \
cic-eth==$cic_eth_version \ cic-eth==$cic_eth_version \
cic-contracts==$cic_contracts_version cic-contracts==$cic_contracts_version \
sarafu-faucet==$sarafu_faucet_version
FROM python:3.8.6-slim-buster as runtime-image FROM python:3.8.6-slim-buster as runtime-image

View File

@ -1,3 +1,3 @@
cic-base[full_graph]==0.1.2a22 cic-base[full_graph]==0.1.2a25
cic-eth==0.10.1a5+build.21f71043 cic-eth==0.10.1a5+build.11f86d64
cic-types==0.1.0a8 cic-types==0.1.0a8