Skip to content

Commit caecb74

Browse files
committed
Update docker-compose.yml
1 parent 6c08414 commit caecb74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ services:
5555
bitcoind:
5656
profiles: ["bitcoin"]
5757
container_name: bitcoin-node
58-
image: bitcoin-core:29.0 # use your built image, or build below
58+
image: bitcoin-core:30.0 # use your built image, or build below
5959
build:
6060
context: ./bitcoin
6161
args:
62-
BITCOIN_VERSION: "29.0" # Pass ARG into Dockerfile
62+
BITCOIN_VERSION: "30.0" # Pass ARG into Dockerfile
6363
stop_grace_period: 1m
6464
user: "${PUID}:${PGID}"
6565
<<: *common-logging-restart-unless-stopped

0 commit comments

Comments
 (0)