Bump CoreOS to latest stable

Two reasons:

1) Use a build that is marked stable
2) Fixes an issue where boot hangs for minutes on updating CA
   things, which enables much faster deploy times.

Change-Id: Ic7fca96f0dfe87065e2df5feaf2c29efc662a0e1
This commit is contained in:
Jim Rollenhagen 2014-07-29 23:02:16 +00:00
parent 62027ae0bb
commit abccecce5b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import tempfile
import shutil
from plumbum import local, cmd
COREOS_VERSION="296.0.0"
COREOS_VERSION="367.1.0"
COREOS_ARCH="amd64-usr"
COREOS_BASE_URL="http://storage.core-os.net/coreos/{}/{}".format(COREOS_ARCH, COREOS_VERSION)