Update the version in docs to next release
This also accounts for dagger.io/dagger/core split introduced in https://github.com/dagger/dagger/pull/1866 We should hold this merge until we are ready to cut the release, otherwise links & some instructions will be broken until we release v0.2.3. Even though I would have preferred to have docs/update-version.sh in Dagger, this is the quickest thing for now. Related to https://github.com/dagger/dagger/issues/1854 Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
@@ -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.0
|
||||
git checkout v0.2.3
|
||||
|
||||
cd pkg/universe.dagger.io/examples/todoapp
|
||||
dagger do build
|
||||
@@ -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.0
|
||||
git checkout v0.2.3
|
||||
|
||||
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.0
|
||||
git checkout v0.2.3
|
||||
|
||||
cd pkg/universe.dagger.io/examples/todoapp
|
||||
dagger do build
|
||||
|
Reference in New Issue
Block a user