Skip to content

Commit 1fa7714

Browse files
committed
chore: Updated monero version to 0.18.4.4 for tests
1 parent e0cbf9b commit 1fa7714

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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

tests/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
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:

0 commit comments

Comments
 (0)