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

Commit e9840a6

Browse files
committed
v0.2
1 parent a61a605 commit e9840a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ 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-
RUN git clone https://github.com/etsy/phan /opt/phan
17+
ENV PHAN_VERSION 0.2
1818

19-
RUN cd /opt/phan && git checkout 0.1
20-
21-
RUN cd /opt/phan && composer install
19+
RUN git clone https://github.com/etsy/phan /opt/phan && \
20+
cd /opt/phan && git checkout $PHAN_VERSION && \
21+
cd /opt/phan && composer install
2222

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

0 commit comments

Comments
 (0)