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 617261a commit b201f58Copy full SHA for b201f58
src/hermes/devcontainer-feature.json
@@ -1,15 +1,15 @@
1
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
2
{
3
"id": "hermes",
4
- "version": "0.3.0",
+ "version": "0.4.0",
5
"name": "Development Container Feature - hermes",
6
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/hermes",
7
"description": "Use [`hermes`](https://github.com/georglauterbach/hermes) in your container",
8
"options": {
9
"hermes.version": {
10
"description": "The released version of hermes to use",
11
"type": "string",
12
- "default": "8.0.0"
+ "default": "9.0.0"
13
},
14
"hermes.acquire-insecure": {
15
"description": "Whether to download `hermes` without checking certificates",
0 commit comments