Skip to content

Commit

Permalink
bug fixes, version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
calkan committed Apr 12, 2019
1 parent 6eb4f68 commit 410e247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 410e247

Please sign in to comment.