chore(deps): update nicolargo/glances docker tag to v3.4.0.4 (#2922)

This commit is contained in:
renovate[bot] 2024-03-23 11:22:41 +00:00 committed by GitHub
parent 3d2c321d6c
commit bdc2a53218
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": false, "exposable": false,
"id": "glances", "id": "glances",
"tipi_version": 1, "tipi_version": 2,
"version": "3.4.0.3-full", "version": "3.4.0.4-full",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -16,5 +16,8 @@
"source": "https://github.com/nicolargo/glances", "source": "https://github.com/nicolargo/glances",
"website": "https://nicolargo.github.io/glances/", "website": "https://nicolargo.github.io/glances/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -11,7 +11,7 @@ services:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
pid: host pid: host
image: nicolargo/glances:3.4.0.3-full image: nicolargo/glances:3.4.0.4-full
networks: networks:
- tipi_main_network - tipi_main_network
labels: labels: