Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit c9001df

Browse files
author
Juanjo Alvarez
committed
Configure docker image for testing
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
1 parent 1476349 commit c9001df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver/fixtures/fixtures_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var Suite = &fixtures.Suite{
2727
},
2828
},
2929
Docker:fixtures.DockerConfig{
30-
//Image:"image:tag", // TODO: specify a docker image with language runtime
30+
Image: "openjdk:8",
3131
},
3232
}
3333

0 commit comments

Comments
 (0)