diff --git a/builtin/providers/docker/resource_docker_container_test.go b/builtin/providers/docker/resource_docker_container_test.go index 48302d0960..29ecc4bb3f 100644 --- a/builtin/providers/docker/resource_docker_container_test.go +++ b/builtin/providers/docker/resource_docker_container_test.go @@ -53,7 +53,7 @@ func testAccContainerRunning(n string) resource.TestCheckFunc { const testAccDockerContainerConfig = ` resource "docker_image" "foo" { - name = "ubuntu:trusty-20150320" + name = "nginx:latest" } resource "docker_container" "foo" {