Update dagger version in all docs to 0.2.4

Including the version that we install explicitly.

Fixes https://github.com/dagger/dagger/issues/1908

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu
2022-03-29 19:41:59 +01:00
parent 55849c459a
commit 4d7026895d
4 changed files with 42 additions and 42 deletions

View File

@@ -43,10 +43,10 @@ dagger is /opt/homebrew/bin/dagger
If you do not have Homebrew installed, or you want to install a specific version of `dagger`, you can run:
```shell
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.2.0 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.2.4 sh
./bin/dagger version
dagger 0.2.0 (e499297e) darwin/arm64
dagger 0.2.4 (GIT_SHA) darwin/arm64
```
Before we can build & test our example app with `dagger`, we need to have Docker running.
@@ -58,7 +58,7 @@ With Docker running, we are ready to download our example app and run its CI/CD
```shell
git clone https://github.com/dagger/dagger
cd dagger
git checkout v0.2.3
git checkout v0.2.4
cd pkg/universe.dagger.io/examples/todoapp
dagger do build
@@ -136,10 +136,10 @@ If you want to install dagger to a different location, `cd` where you want `./bi
If you want to install a specific version of `dagger`, you can run:
```shell
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.2.0 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.2.4 sh
./bin/dagger version
dagger 0.2.0 (e499297e) linux/amd64
dagger 0.2.4 (GIT_SHA) linux/amd64
```
Before we can build, test & deploy our example app with `dagger`, we need to have Docker Engine running.
@@ -151,7 +151,7 @@ With Docker Engine running, we are ready to download our example app and run its
```shell
git clone https://github.com/dagger/dagger
cd dagger
git checkout v0.2.3
git checkout v0.2.4
cd pkg/universe.dagger.io/examples/todoapp
dagger do build
@@ -237,7 +237,7 @@ Still in your `Command Prompt` terminal:
```shell
git clone https://github.com/dagger/dagger
cd dagger
git checkout v0.2.3
git checkout v0.2.4
cd pkg/universe.dagger.io/examples/todoapp
dagger do build