1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

Merge pull request #164 from oceanprotocol/fix/update-tags

Updated stable tags
This commit is contained in:
Javier Cortejoso 2019-07-12 11:49:29 +02:00 committed by GitHub
commit 1716eaac2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,10 @@ DIR="${DIR/ /\\ }"
COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Brizo, Keeper Contracts and Pleuston
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v0.2.9}
export BRIZO_VERSION=${BRIZO_VERSION:-v0.3.10}
export KEEPER_VERSION=${KEEPER_VERSION:-v0.9.7}
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.4.0}
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v0.3.4}
export BRIZO_VERSION=${BRIZO_VERSION:-v0.3.13}
export KEEPER_VERSION=${KEEPER_VERSION:-v0.10.3}
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.4.2}
export PARITY_IMAGE='parity/parity:v2.3.3'