We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ecfdd commit c49d40dCopy full SHA for c49d40d
dockerfile_parse/parser.py
@@ -359,7 +359,7 @@ def parent_images(self):
359
in_stage = True
360
image, _ = image_from(instr['value'])
361
if image is not None:
362
- image = WordSplitter(b2u(image.to_str()), args=top_args).dequote()
+ image = WordSplitter(image.to_str(), args=top_args).dequote()
363
parents.append(image)
364
return parents
365
0 commit comments