Skip to content

Commit

Permalink
Changed containers to refring/monero-containers and updated to monero…
Browse files Browse the repository at this point in the history
… 18.3.1 where needed
  • Loading branch information
refring committed Oct 13, 2023
1 parent 974244a commit 1c2c34a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ updates:
labels:
- dependencies

- package-ecosystem: "composer"
directory: "/"
schedule:
interval: weekly
labels:
- dependencies
# - package-ecosystem: "composer"
# directory: "/"
# schedule:
# interval: monthly
# labels:
# - dependencies
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
monero: [ 0.18.1.2, 0.18.2.2 ]
monero: [ 0.18.1.2, 0.18.2.2, 0.18.3.1 ]
php: [8.1, 8.2, 8.3]
dependency-version: [prefer-lowest, prefer-stable]

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Spin up containers
run: docker-compose -f tests/docker-compose.yml up -d
env:
MONERO_VERSION: "0.18.1.2"
MONERO_VERSION: "0.18.3.1"

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down
8 changes: 4 additions & 4 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
monerod:
image: ghcr.io/farcaster-project/containers/monerod:${MONERO_VERSION:-0.18.1.2}
image: ghcr.io/refring/monero-containers/monerod:${MONERO_VERSION:-0.18.3.1}
environment:
NETWORK: regtest
MONEROD_RPC_PORT: 18081
Expand All @@ -12,7 +12,7 @@ services:
- "18081:18081"

monero-wallet-rpc:
image: ghcr.io/farcaster-project/containers/monero-wallet-rpc:${MONERO_VERSION:-0.18.1.2}
image: ghcr.io/refring/monero-containers/monero-wallet-rpc:${MONERO_VERSION:-0.18.3.1}
environment:
MONERO_DAEMON_ADDRESS: monerod:18081
MONERO_DAEMON_HOST: monerod:18081
Expand All @@ -23,7 +23,7 @@ services:
- "18083:18083"

monerod-rpc-authentication:
image: ghcr.io/farcaster-project/containers/monerod:${MONERO_VERSION:-0.18.1.2}
image: ghcr.io/refring/monero-containers/monerod:${MONERO_VERSION:-0.18.3.1}
depends_on:
- "monerod"
ports:
Expand All @@ -39,7 +39,7 @@ services:
--fixed-difficulty 1
monero-wallet-rpc-authentication:
image: ghcr.io/farcaster-project/containers/monero-wallet-rpc:${MONERO_VERSION:-0.18.1.2}
image: ghcr.io/refring/monero-containers/monero-wallet-rpc:${MONERO_VERSION:-0.18.3.1}
depends_on:
- "monerod"
ports:
Expand Down

0 comments on commit 1c2c34a

Please sign in to comment.