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.
2 parents a79346b + 6df30f3 commit e6599c7Copy full SHA for e6599c7
pkg/compose/build_classic.go
@@ -243,6 +243,7 @@ func imageBuildOptions(options buildx.Options) dockertypes.ImageBuildOptions {
243
func toMapStringStringPtr(source map[string]string) map[string]*string {
244
dest := make(map[string]*string)
245
for k, v := range source {
246
+ v := v
247
dest[k] = &v
248
}
249
return dest
0 commit comments