diff --git a/scripts/build.sh b/scripts/build.sh index d049fd8..2c6ad16 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -13,7 +13,7 @@ fi DEV_IMAGE_NAME="devbuild" VERSION=${BUILD_VERSION-$DEV_IMAGE_NAME} -contiv_version=${CONTIV_VERSION:-"1.1.2"} +contiv_version=${CONTIV_VERSION:-"1.1.3"} pull_images=${CONTIV_CI_HOST:-"false"} aci_gw_version=${CONTIV_ACI_GW_VERSION:-"08-04-2017.2.2_2j"} ansible_image_version=${CONTIV_ANSIBLE_IMAGE_VERSION:-$contiv_version} @@ -26,7 +26,7 @@ etcd_version=${CONTIV_ETCD_VERSION:-v2.3.8} # because of this, the default value for this variable will become the latest # version that is available in the Docker Store and should be considered # independent of $contiv_version above. -v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.1.2"} +v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.1.3"} function usage() { echo "Usage:"