Update electrs to 0.9.3

This commit is contained in:
Aaron Dewes 2021-12-08 20:23:24 +01:00
parent e370d3520e
commit 3beb2dec1d
2 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ services:
ipv4_address: $NEUTRINO_SWITCHER_IP
electrs:
container_name: electrs
image: ghcr.io/runcitadel/electrs:v0.9.2@sha256:ab756976bceb1c209c89510db5c41b4540675eb3e65202fa843be95d0e6122b9
image: ghcr.io/runcitadel/electrs:v0.9.3@sha256:fd49202d1ddd3622415f81f4870bceccc77f7e0ce303ea3ac421c3366896b6a4
working_dir: /data
volumes:
- ${PWD}/bitcoin:/bitcoin:ro

View File

@ -4,7 +4,7 @@
electrs:
container_name: electrs
image: ghcr.io/runcitadel/electrs:v0.9.2@sha256:ab756976bceb1c209c89510db5c41b4540675eb3e65202fa843be95d0e6122b9
image: ghcr.io/runcitadel/electrs:v0.9.3@sha256:fd49202d1ddd3622415f81f4870bceccc77f7e0ce303ea3ac421c3366896b6a4
working_dir: /data
volumes:
- ${PWD}/bitcoin:/bitcoin:ro