mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Fix incorrectly formatted tag
This commit is contained in:
parent
009597ac49
commit
7b1d901ea0
@ -72,7 +72,7 @@ impl Image for Bitcoind {
|
|||||||
impl Default for Bitcoind {
|
impl Default for Bitcoind {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Bitcoind {
|
Bitcoind {
|
||||||
tag: "v0.19.1".into(),
|
tag: "0.19.1".into(),
|
||||||
args: BitcoindArgs::default(),
|
args: BitcoindArgs::default(),
|
||||||
entrypoint: Some("/usr/bin/bitcoind".into()),
|
entrypoint: Some("/usr/bin/bitcoind".into()),
|
||||||
volume: None,
|
volume: None,
|
||||||
|
Loading…
Reference in New Issue
Block a user