Skip to content

Commit 4d98d2a

Browse files
committed
Update Dockerfile
1 parent 71f52fb commit 4d98d2a

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.3
17+
ENV PHAN_VERSION 0.4
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)