From dc018dae59ad6eb61d3f250f245b205dde3109a2 Mon Sep 17 00:00:00 2001 From: STAM Date: Mon, 1 Apr 2019 17:58:58 +0300 Subject: [PATCH] Update Makefile --- jira/7.10.0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jira/7.10.0/Makefile b/jira/7.10.0/Makefile index 9977f28f7..972a6d5be 100644 --- a/jira/7.10.0/Makefile +++ b/jira/7.10.0/Makefile @@ -1,4 +1,4 @@ all: jira jira: - docker build --no-cache -t epicmorg/jira . + docker build --no-cache -t epicmorg/jira:7.10.0 .