feat: trying again
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-06 22:36:00 +02:00
parent ff55c99279
commit 4141079d8c
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -35,7 +35,7 @@ impl DaggerMiddleware for DaggerBin {
install_script, install_script,
dagger_sdk::ContainerWithFileOpts { dagger_sdk::ContainerWithFileOpts {
owner: None, owner: None,
permissions: Some(755), permissions: Some(0755),
}, },
) )
.with_env_variable("DAGGER_VERSION", &self.version) .with_env_variable("DAGGER_VERSION", &self.version)