diff --git a/packages/addons/service/docker/patches/docker-100.02-fix-too-many-arguments-in-call-to-filesync.CopyFileWriter.patch b/packages/addons/service/docker/patches/docker-100.02-fix-too-many-arguments-in-call-to-filesync.CopyFileWriter.patch new file mode 100644 index 0000000000..0ae2380d66 --- /dev/null +++ b/packages/addons/service/docker/patches/docker-100.02-fix-too-many-arguments-in-call-to-filesync.CopyFileWriter.patch @@ -0,0 +1,12 @@ +--- a/components/engine/vendor/github.com/moby/buildkit/exporter/tar/export.go ++++ b/components/engine/vendor/github.com/moby/buildkit/exporter/tar/export.go +@@ -147,7 +147,7 @@ + fs = d.FS + } + +- w, err := filesync.CopyFileWriter(ctx, nil, e.caller) ++ w, err := filesync.CopyFileWriter(ctx, e.caller) + if err != nil { + return nil, err + } +