Windows: Fix build not to sigsegv
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 1094542c4ca23096b8d3b10f9f86792769c075e5 Component: engine
This commit is contained in:
@@ -396,7 +396,7 @@ func containsWildcards(name string) bool {
|
||||
func (b *Builder) processImageFrom(img builder.Image) error {
|
||||
b.image = img.ID()
|
||||
|
||||
if img.Config != nil {
|
||||
if img.Config() != nil {
|
||||
b.runConfig = img.Config()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user