1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-25 20:01:10 +01:00

updated tags

This commit is contained in:
Jernej Pregelj 2019-06-28 14:11:45 +02:00
parent 75eda67ea7
commit 38bf69362b

View File

@ -13,9 +13,9 @@ 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 AQUARIUS_VERSION=${AQUARIUS_VERSION:-v0.3.4}
export BRIZO_VERSION=${BRIZO_VERSION:-v0.3.12}
export KEEPER_VERSION=${KEEPER_VERSION:-v0.10.3}
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.4.0}
export PARITY_IMAGE='parity/parity:v2.3.3'