Skip to content

Commit 5f71e8c

Browse files
committed
Add --ttl 0 flag in auto-indexing image to always pick up latest lsif-java
1 parent e53a450 commit 5f71e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-indexing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN apt-get install --yes maven npm
44
RUN curl -fLo /coursier https://git.io/coursier-cli
55
RUN chmod +x /coursier
66
RUN apt-get install --yes yarn
7-
RUN /coursier launch --contrib lsif-java -- --help
7+
RUN /coursier launch --contrib --ttl 0 lsif-java -- --help

0 commit comments

Comments
 (0)