diff --git a/Makefile b/Makefile index f6e8c8d..f8d0ee6 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ default: build build: kill - docker build -t sneak/bitcoind . + docker build -t sneak/bitcoind:0.12.0 . run: kill - docker run --name sneak-bitcoind -d sneak/bitcoind + docker run --name sneak-bitcoind -d sneak/bitcoind:0.12.0 docker logs -f sneak-bitcoind kill: