Skip to content

Commit e6599c7

Browse files
authored
Merge pull request #8889 from ndeloof/build_args_classic
restore support for multiple build-args
2 parents a79346b + 6df30f3 commit e6599c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/compose/build_classic.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ func imageBuildOptions(options buildx.Options) dockertypes.ImageBuildOptions {
243243
func toMapStringStringPtr(source map[string]string) map[string]*string {
244244
dest := make(map[string]*string)
245245
for k, v := range source {
246+
v := v
246247
dest[k] = &v
247248
}
248249
return dest

0 commit comments

Comments
 (0)