We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dddb6c commit 6ce8cf2Copy full SHA for 6ce8cf2
README.md
@@ -99,9 +99,9 @@ python scripts/build-image.py --image devcontainer --tag devcontainer-latest
99
### Build From a Tagged Release/SHA commit
100
101
```bash
102
-python scripts/build-image.py --image base --version v0.6.0
+python scripts/build-image.py --image base --version v0.7.0
103
python scripts/build-image.py --image base --sha 58e5d156621cfdd4c54df26abf7ac9620cfebdd8
104
-python scripts/build-image.py --image devcontainer --version v0.6.0
+python scripts/build-image.py --image devcontainer --version v0.7.0
105
```
106
107
### Running tests
0 commit comments