We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f52fb commit 4d98d2aCopy full SHA for 4d98d2a
Dockerfile
@@ -14,7 +14,7 @@ RUN set -x \
14
&& curl -fSL "https://github.com/krallin/tini/releases/download/v0.5.0/tini" -o /usr/local/bin/tini \
15
&& chmod +x /usr/local/bin/tini
16
17
-ENV PHAN_VERSION 0.3
+ENV PHAN_VERSION 0.4
18
19
RUN git clone https://github.com/etsy/phan /opt/phan && \
20
cd /opt/phan && git checkout $PHAN_VERSION && \
0 commit comments