Skip to content

Commit 71f52fb

Browse files
committed
v0.3
1 parent e9840a6 commit 71f52fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -x \
1414
&& curl -fSL "https://github.com/krallin/tini/releases/download/v0.5.0/tini" -o /usr/local/bin/tini \
1515
&& chmod +x /usr/local/bin/tini
1616

17-
ENV PHAN_VERSION 0.2
17+
ENV PHAN_VERSION 0.3
1818

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

0 commit comments

Comments
 (0)