Skip to content

Commit 4aa469e

Browse files
authored
Add version identifier to README (#11)
1 parent 10e8e7d commit 4aa469e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ also installs the [Bazel VS Code extension]. Oh, and it also installs
4242
```jsonc
4343
// devcontainer.json
4444
"features": {
45-
"ghcr.io/devcontainers-community/features/bazel": {}
45+
"ghcr.io/devcontainers-community/features/bazel:1": {}
4646
}
4747
```
4848

@@ -56,7 +56,7 @@ the tools like this:
5656
```jsonc
5757
// devcontainer.json
5858
"features": {
59-
"ghcr.io/devcontainers-community/features/bazel": {
59+
"ghcr.io/devcontainers-community/features/bazel:1": {
6060
"bazelisk_version": "v1.17.0",
6161
"buildifier_version": "v6.1.2"
6262
}

0 commit comments

Comments
 (0)