Skip to content

Commit

Permalink
use dagger version 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 28, 2024
1 parent b62bc9c commit 4b148f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default async (): Promise<{
]);
await exec("sh", [
"-c",
"curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.3 sh",
"curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.7 sh",
]);

await exec("sudo", ["mv", "bin/dagger", "/usr/local/bin"]);
Expand Down

0 comments on commit 4b148f8

Please sign in to comment.