From 410e247cfcea3a1983a043d71a09f2be5ab28b66 Mon Sep 17 00:00:00 2001 From: Can Alkan Date: Fri, 12 Apr 2019 15:49:43 +0300 Subject: [PATCH] bug fixes, version 1.0.4 --- Makefile | 4 ++-- docker/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bff85e1..e1d3192 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -TARDIS_VERSION := "1.0.3" -TARDIS_UPDATE := "April 3, 2019" +TARDIS_VERSION := "1.0.4" +TARDIS_UPDATE := "April 12, 2019" TARDIS_DEBUG := 0 BUILD_DATE := "$(shell date)" CC=gcc diff --git a/docker/Dockerfile b/docker/Dockerfile index 04d6cbf..d88a053 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -21,7 +21,7 @@ RUN make WORKDIR /tardis ENV PATH="/tardis:/mrfast:${PATH}" -RUN apt-get remove git +RUN apt-get remove git -y RUN apt-get autoremove -y VOLUME /input VOLUME /output