From 1ae65daa509bfaf89cddd877ea896f8ccafa4682 Mon Sep 17 00:00:00 2001 From: Eugene Ivantsov Date: Thu, 30 Jun 2016 15:09:29 +0300 Subject: [PATCH] Change the default Che version Signed-off-by: Eugene Ivantsov --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index eeef1ed6b3..48ce0e5f5d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -11,7 +11,7 @@ $http_proxy = ENV['HTTP_PROXY'] || "" $https_proxy = ENV['HTTPS_PROXY'] || "" $no_proxy = ENV['NO_PROXY'] || "localhost,127.0.0.1" -$che_version = ENV['CHE_VERSION'] || "nightly" +$che_version = ENV['CHE_VERSION'] || "latest" $ip = ENV['CHE_IP'] || "192.168.28.100" $hostPort = (ENV['CHE_PORT'] || 8080).to_i $containerPort = (ENV['CHE_CONTAINER_PORT'] || ($hostPort == -1 ? 8080 : $hostPort)).to_i