diff --git a/pkg/dagger.io/dagger/core/fs.cue b/pkg/dagger.io/dagger/core/fs.cue index b4d0d614..2866df50 100644 --- a/pkg/dagger.io/dagger/core/fs.cue +++ b/pkg/dagger.io/dagger/core/fs.cue @@ -60,7 +60,7 @@ import "dagger.io/dagger" // Contents to write contents: string // Permissions of the file - permissions: *0o600 | int + permissions: *0o644 | int // Output filesystem tree output: dagger.#FS }