File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6464 - name : Spin up containers
6565 run : docker compose -f tests/docker-compose.yml up -d
6666 env :
67- MONERO_VERSION : " 0.18.4.0 "
67+ MONERO_VERSION : " 0.18.4.4 "
6868
6969 - name : Install PHP
7070 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 11services :
22 monerod :
3- image : ghcr.io/refring/monero-containers/monerod:${MONERO_VERSION:-0.18.4.0 }
3+ image : ghcr.io/refring/monero-containers/monerod:${MONERO_VERSION:-0.18.4.4 }
44 environment :
55 NETWORK : regtest
66 MONEROD_RPC_PORT : 18081
@@ -11,7 +11,7 @@ services:
1111 - " 18081:18081"
1212
1313 monero-wallet-rpc :
14- image : ghcr.io/refring/monero-containers/monero-wallet-rpc:${MONERO_VERSION:-0.18.4.0 }
14+ image : ghcr.io/refring/monero-containers/monero-wallet-rpc:${MONERO_VERSION:-0.18.4.4 }
1515 environment :
1616 MONERO_DAEMON_ADDRESS : monerod:18081
1717 MONERO_DAEMON_HOST : monerod:18081
@@ -22,7 +22,7 @@ services:
2222 - " 18083:18083"
2323
2424 monerod-rpc-authentication :
25- image : ghcr.io/refring/monero-containers/monerod:${MONERO_VERSION:-0.18.4.0 }
25+ image : ghcr.io/refring/monero-containers/monerod:${MONERO_VERSION:-0.18.4.4 }
2626 depends_on :
2727 - " monerod"
2828 ports :
@@ -38,7 +38,7 @@ services:
3838 --fixed-difficulty 1
3939
4040 monero-wallet-rpc-authentication :
41- image : ghcr.io/refring/monero-containers/monero-wallet-rpc:${MONERO_VERSION:-0.18.4.0 }
41+ image : ghcr.io/refring/monero-containers/monero-wallet-rpc:${MONERO_VERSION:-0.18.4.4 }
4242 depends_on :
4343 - " monerod"
4444 ports :
You can’t perform that action at this time.
0 commit comments