provider/docker: update image sha

Should eventually see if there's a way to rework this so it's less
brittle. But for now, we band-aid!
This commit is contained in:
Paul Hinze 2015-05-07 09:50:16 -05:00
parent 28875f49cd
commit 44e448b8c9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ func TestAccDockerImage_basic(t *testing.T) {
resource.TestCheckResourceAttr( resource.TestCheckResourceAttr(
"docker_image.foo", "docker_image.foo",
"latest", "latest",
"d0955f21bf24f5bfffd32d2d0bb669d0564701c271bc3dfc64cfc5adfdec2d07"), "b7cf8f0d9e82c9d96bd7afd22c600bfdb86b8d66c50d29164e5ad2fb02f7187b"),
), ),
}, },
}, },