Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathroc committed Mar 1, 2016
1 parent e9840a6 commit 71f52fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN set -x \
&& curl -fSL "https://github.com/krallin/tini/releases/download/v0.5.0/tini" -o /usr/local/bin/tini \
&& chmod +x /usr/local/bin/tini

ENV PHAN_VERSION 0.2
ENV PHAN_VERSION 0.3

RUN git clone https://github.com/etsy/phan /opt/phan && \
cd /opt/phan && git checkout $PHAN_VERSION && \
Expand Down

0 comments on commit 71f52fb

Please sign in to comment.