Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit a61a605

Browse files
committed
v0.1
1 parent 15af51f commit a61a605

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RUN set -x \
1616

1717
RUN git clone https://github.com/etsy/phan /opt/phan
1818

19+
RUN cd /opt/phan && git checkout 0.1
20+
1921
RUN cd /opt/phan && composer install
2022

2123
ENTRYPOINT ["tini", "/opt/phan/phan", "--"]

0 commit comments

Comments
 (0)