From e5ddbcd79d6f5ba868ae80b35508f899f4a91bcc Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 19 May 2020 12:56:04 +0200 Subject: [PATCH] bump faucet --- README.md | 2 +- start_ocean.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 976fb14..80f765a 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The default versions are always a combination of component versions which are co | Aquarius | Brizo | Events Handler | Keeper | Commons | Faucet | Agent | | -------- | -------- | -------------- | --------- | -------- | -------- | ------ | -| `v1.1.0` | `v0.9.7` | `v0.4.7` | `v0.13.2` | `v2.3.1` | `v0.3.4` | `latest` | +| `v1.1.0` | `v0.9.7` | `v0.4.7` | `v0.13.2` | `v2.3.1` | `v0.3.5` | `latest` | You can use the `--latest` option to pull the most recent releases for all components, which are always tagged as `latest` in Docker. diff --git a/start_ocean.sh b/start_ocean.sh index a7fba5b..ed29c83 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -29,7 +29,7 @@ export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v1.1.0} export BRIZO_VERSION=${BRIZO_VERSION:-v0.9.7} export EVENTS_HANDLER_VERSION=${EVENTS_HANDLER_VERSION:-v0.4.7} export KEEPER_VERSION=${KEEPER_VERSION:-v0.13.2} -export FAUCET_VERSION=${FAUCET_VERSION:-v0.3.4} +export FAUCET_VERSION=${FAUCET_VERSION:-v0.3.5} export COMMONS_SERVER_VERSION=${COMMONS_SERVER_VERSION:-v2.3.1} export COMMONS_CLIENT_VERSION=${COMMONS_CLIENT_VERSION:-v2.3.1} export AGENT_VERSION=${AGENT_VERSION:-latest}