mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
docker: added patch to fix too many arguments in call to filesync.CopyFileWriter
- reverts 1fbc98bc6a (diff-4493cae342788d4a8f2bdbce1a2d69fc)
This commit is contained in:
parent
638c6d7d21
commit
91a7f8bd0d
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user