chore(deps): update sethsimmons/simple-monerod docker tag to v0.18.3.2 (#2773)

This commit is contained in:
renovate[bot] 2024-03-10 03:48:40 +00:00 committed by GitHub
parent 0f44b36c6d
commit c3de9bc414
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -6,8 +6,8 @@
"no_gui": true, "no_gui": true,
"port": 18080, "port": 18080,
"id": "monerod", "id": "monerod",
"tipi_version": 8, "tipi_version": 9,
"version": "0.18.3.1", "version": "0.18.3.2",
"categories": [ "categories": [
"finance" "finance"
], ],
@ -18,5 +18,8 @@
"form_fields": [], "form_fields": [],
"uid": 1000, "uid": 1000,
"gid": 1000, "gid": 1000,
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
monerod: monerod:
image: sethsimmons/simple-monerod:v0.18.3.1 image: sethsimmons/simple-monerod:v0.18.3.2
dns: dns:
- ${DNS_IP} - ${DNS_IP}
ports: ports: