We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9840a6 commit 71f52fbCopy full SHA for 71f52fb
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.2
+ENV PHAN_VERSION 0.3
18
19
RUN git clone https://github.com/etsy/phan /opt/phan && \
20
cd /opt/phan && git checkout $PHAN_VERSION && \
0 commit comments