mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
bump faucet to v0.3.1
This commit is contained in:
parent
609d604d99
commit
42d7ff6411
@ -65,7 +65,7 @@ The default versions are always a combination of component versions which are co
|
|||||||
|
|
||||||
| Aquarius | Brizo | Keeper | Pleuston | Faucet |
|
| Aquarius | Brizo | Keeper | Pleuston | Faucet |
|
||||||
| -------- | --------- | --------- | -------- | -------- |
|
| -------- | --------- | --------- | -------- | -------- |
|
||||||
| `v0.3.8` | `v0.3.14` | `v0.12.0` | `v0.5.1` | `v0.2.6` |
|
| `v0.3.8` | `v0.3.14` | `v0.12.0` | `v0.5.1` | `v0.3.1` |
|
||||||
|
|
||||||
You can use the `--latest` option to pull the most recent Docker images for all components, which are always tagged as `latest` in Docker. The `latest` Docker image tag derives from the default main branch of the component's Git repo.
|
You can use the `--latest` option to pull the most recent Docker images for all components, which are always tagged as `latest` in Docker. The `latest` Docker image tag derives from the default main branch of the component's Git repo.
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v0.3.8}
|
|||||||
export BRIZO_VERSION=${BRIZO_VERSION:-v0.3.14}
|
export BRIZO_VERSION=${BRIZO_VERSION:-v0.3.14}
|
||||||
export KEEPER_VERSION=${KEEPER_VERSION:-v0.12.0}
|
export KEEPER_VERSION=${KEEPER_VERSION:-v0.12.0}
|
||||||
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.5.1}
|
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.5.1}
|
||||||
export FAUCET_VERSION=${FAUCET_VERSION:-v0.2.6}
|
export FAUCET_VERSION=${FAUCET_VERSION:-v0.3.1}
|
||||||
|
|
||||||
export PARITY_IMAGE="parity/parity:v2.5.1"
|
export PARITY_IMAGE="parity/parity:v2.5.1"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user