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.
hermes
1 parent 54c6536 commit 89c9b5dCopy full SHA for 89c9b5d
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.4.3",
+ "version": "0.4.4",
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": "9.0.3"
+ "default": "9.0.4"
13
},
14
"hermes.acquire-insecure": {
15
"description": "Whether to download `hermes` without checking certificates",
0 commit comments