diff --git a/Makefile b/Makefile index 24c3844..2befda2 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ default: build build: kill - docker build -t sneak/bitcoind:master . + docker build -t sneak/bitcoind:latest . run: kill - docker run --name sneak-bitcoind -d sneak/bitcoind:master + docker run --name sneak-bitcoind -d sneak/bitcoind:latest docker logs -f sneak-bitcoind kill: