bump Commons

This commit is contained in:
Matthias Kretschmann 2020-05-20 10:48:12 +02:00
parent 63c056c9a2
commit 9ca73d8711
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 3 deletions

View File

@ -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.4.0` | `v0.3.5` | `latest` |
| `v1.1.0` | `v0.9.7` | `v0.4.7` | `v0.13.2` | `v2.4.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.

View File

@ -30,8 +30,8 @@ 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.5}
export COMMONS_SERVER_VERSION=${COMMONS_SERVER_VERSION:-v2.4.0}
export COMMONS_CLIENT_VERSION=${COMMONS_CLIENT_VERSION:-v2.4.0}
export COMMONS_SERVER_VERSION=${COMMONS_SERVER_VERSION:-v2.4.1}
export COMMONS_CLIENT_VERSION=${COMMONS_CLIENT_VERSION:-v2.4.1}
export AGENT_VERSION=${AGENT_VERSION:-latest}
export PARITY_IMAGE="parity/parity:v2.5.7-stable"