Skip to content

Commit

Permalink
Adapt test of the dockerfile parser to the latest change
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Nov 8, 2024
1 parent 6534989 commit d1284f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/parse_docker.t
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $expected = {
'deps' => ['container:opensuse/tumbleweed:latest', 'container:opensuse/leap:15.2'],
'path' => [],
'imagerepos' => [],
'basecontainer' => 'container:opensuse/leap:15.2',
'basecontainer' => 'opensuse/leap:15.2',
};

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

0 comments on commit d1284f8

Please sign in to comment.