Reduce size of serve_hostname image

This commit is contained in:
Satnam Singh
2015-01-23 17:54:29 -08:00
parent 426c16e8e5
commit 3841d1b5d1
5 changed files with 5 additions and 5 deletions

View File

@@ -187,5 +187,5 @@ func TestBasicImage(c *client.Client, test string, image string) bool {
// TestBasic performs the TestBasicImage check with the
// image kubernetes/serve_hostname
func TestBasic(c *client.Client) bool {
return TestBasicImage(c, "basic", "kubernetes/serve_hostname:1.0")
return TestBasicImage(c, "basic", "kubernetes/serve_hostname:1.1")
}