Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zendesk/maxwell
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Nov 17, 2015
2 parents c103014 + a053631 commit 8fb9ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN apt-get update && apt-get install -y openjdk-7-jre curl
RUN mkdir /app
WORKDIR /app

RUN curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.14.0/maxwell-0.14.0.tar.gz | tar zxvf -
RUN mv maxwell-*/* .
RUN curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.13.1/maxwell-0.14.0.tar.gz | tar zxvf -
RUN cp -r maxwell-*/* . && rm -rf maxwell-*

ADD REVISION /

Expand Down

0 comments on commit 8fb9ec4

Please sign in to comment.