From 7a6a638b28d028f4e41ae5fa33c9b28e5bf22684 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Apr 2016 16:13:18 +0200 Subject: [PATCH] tag build with makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: