Skip to content

Commit 767f4d2

Browse files
bump node exporter to 1.9.9
1 parent f7051af commit 767f4d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"upstream": [
88
{
99
"repo": "prometheus/node_exporter",
10-
"version": "v1.6.1",
10+
"version": "v1.9.0",
1111
"arg": "UPSTREAM_VERSION_NODE_EXPORTER"
1212
},
1313
{

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
build:
4141
context: node_exporter
4242
args:
43-
UPSTREAM_VERSION_NODE_EXPORTER: v1.6.1
43+
UPSTREAM_VERSION_NODE_EXPORTER: v1.9.0
4444
restart: always
4545
volumes:
4646
- "/:/host:ro,rslave"

0 commit comments

Comments
 (0)