Skip to content

Commit

Permalink
[installer] set DAGGER_VERSION to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 4, 2024
1 parent 4eb116c commit cdc31f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
if ! command -v dagger >/dev/null 2>&1; then
echo "Dagger is not installed."
echo "Downloading and installing Dagger..."
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.11.7 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.12.4 sh
if ! command -v sudo >/dev/null 2>&1; then
mv bin/dagger /usr/local/bin
else
Expand Down

0 comments on commit cdc31f7

Please sign in to comment.