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 f7051af commit 767f4d2Copy full SHA for 767f4d2
dappnode_package.json
@@ -7,7 +7,7 @@
7
"upstream": [
8
{
9
"repo": "prometheus/node_exporter",
10
- "version": "v1.6.1",
+ "version": "v1.9.0",
11
"arg": "UPSTREAM_VERSION_NODE_EXPORTER"
12
},
13
docker-compose.yml
@@ -40,7 +40,7 @@ services:
40
build:
41
context: node_exporter
42
args:
43
- UPSTREAM_VERSION_NODE_EXPORTER: v1.6.1
+ UPSTREAM_VERSION_NODE_EXPORTER: v1.9.0
44
restart: always
45
volumes:
46
- "/:/host:ro,rslave"
0 commit comments