Skip to content

Commit d1284f8

Browse files
committed
Adapt test of the dockerfile parser to the latest change
1 parent 6534989 commit d1284f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/parse_docker.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $expected = {
2626
'deps' => ['container:opensuse/tumbleweed:latest', 'container:opensuse/leap:15.2'],
2727
'path' => [],
2828
'imagerepos' => [],
29-
'basecontainer' => 'container:opensuse/leap:15.2',
29+
'basecontainer' => 'opensuse/leap:15.2',
3030
};
3131

3232
$result = Build::Docker::parse($conf, \$dockerfile);

0 commit comments

Comments
 (0)