From 14401a533420b518385d166df6a75b2109078e18 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Tue, 2 May 2023 08:19:25 -0700 Subject: [PATCH] bump latest --- docker-compose.yaml | 2 +- dockerfiles/wownerod_exporter | 2 +- dockerfiles/wownerod_nocompile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index cbe1cae..3b096f2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -74,7 +74,7 @@ services: volumes: - ./data:/data command: - wownerod --data-dir=/data --rpc-bind-ip=0.0.0.0 --rpc-restricted-bind-ip=0.0.0.0 --confirm-external-bind --non-interactive --public-node --rpc-restricted-bind-port=34568 --rpc-bind-port=34570 --log-level=0 + wownerod --data-dir=/data --rpc-bind-ip=0.0.0.0 --rpc-restricted-bind-ip=0.0.0.0 --confirm-external-bind --non-interactive --public-node --rpc-restricted-bind-port=34568 --rpc-bind-port=34570 --log-level=0 --enforce-dns-checkpointing --add-priority-node 143.198.195.132:34567 --add-priority-node 134.122.53.193:34567 --add-priority-node 204.48.28.218:34567 ports: - 0.0.0.0:34567:34567 - 0.0.0.0:34568:34568 diff --git a/dockerfiles/wownerod_exporter b/dockerfiles/wownerod_exporter index d2d641f..3c0cf23 100644 --- a/dockerfiles/wownerod_exporter +++ b/dockerfiles/wownerod_exporter @@ -4,6 +4,6 @@ FROM golang:bullseye RUN go install github.com/cirocosta/monero-exporter/cmd/monero-exporter@master # Install GeoLite database -RUN wget https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb -O /geoip.mmdb +RUN wget https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb -qO /geoip.mmdb ENTRYPOINT [ "monero-exporter", "--geoip-filepath", "/geoip.mmdb" ] \ No newline at end of file diff --git a/dockerfiles/wownerod_nocompile b/dockerfiles/wownerod_nocompile index f281709..d0d690e 100644 --- a/dockerfiles/wownerod_nocompile +++ b/dockerfiles/wownerod_nocompile @@ -10,8 +10,8 @@ RUN apt-get update RUN apt-get upgrade -y RUN apt-get install -y tar wget xz-utils -ENV WOWNERO_HASH a011cd6b637f5ed7298b03daa9b6ba239143e14626a4da567e2a0943d69f4c61 -ENV WOWNERO_DL_URL https://git.wownero.com/attachments/64602dc5-5906-4600-89ef-9b4c0bdc0980 +ENV WOWNERO_HASH e31d9f1e76d5c65e774c4208dfd1a18cfeda9f3822facaf1d114459ca9a38320 +ENV WOWNERO_DL_URL https://git.wownero.com/attachments/c1de2873-a72d-41d3-a807-d36e8305ea3f ENV WOWNERO_DL_FILE wownero.tar.bz2 ENV WOWNERO_SUMS_FILE sha256sums