From bcbba72b29ac8424d3f0ee55d6c411730ab49dbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:14:40 +0000 Subject: [PATCH] chore(deps): update sethsimmons/simple-monerod docker tag to v0.18.3.1 (#1376) --- apps/monerod/config.json | 8 +++++--- apps/monerod/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/monerod/config.json b/apps/monerod/config.json index 64231181..74f17a64 100644 --- a/apps/monerod/config.json +++ b/apps/monerod/config.json @@ -6,9 +6,11 @@ "no_gui": true, "port": 18080, "id": "monerod", - "tipi_version": 7, - "version": "0.18.2.2", - "categories": ["finance"], + "tipi_version": 8, + "version": "0.18.3.1", + "categories": [ + "finance" + ], "description": "A device on the Internet running the Monero software, with a full copy of the Monero blockchain, actively assisting the Monero network. This is a simple and straightforward Dockerized monerod built from source and exposing standard ports. Please note that running this requires >50GB of free disk space and is best run on solid-state (SSD) storage.", "short_desc": "Monero is a private, decentralized cryptocurrency that keeps your finances confidential and secure.", "author": "sethforprivacy", diff --git a/apps/monerod/docker-compose.yml b/apps/monerod/docker-compose.yml index e81ff394..ea90c3c9 100644 --- a/apps/monerod/docker-compose.yml +++ b/apps/monerod/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: monerod: - image: sethsimmons/simple-monerod:v0.18.2.2 + image: sethsimmons/simple-monerod:v0.18.3.1 dns: - ${DNS_IP} ports: