Skip to content

Commit 99eca68

Browse files
committed
test: Use ubuntu image
1 parent 3ff0e77 commit 99eca68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/resources/simple-test.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"builders": [
33
{
44
"type": "docker",
5-
"image": "alpine",
6-
"discard": true,
7-
"run_command": ["-d", "-i", "-t", "{{.Image}}", "/bin/sh"]
5+
"image": "ubuntu",
6+
"discard": true
87
}
98
]
109
}

0 commit comments

Comments
 (0)