Skip to content

Commit adc0542

Browse files
authored
Merge pull request #223 from olafurpg/ttl0
Add `--ttl 0` flag in auto-indexing image to always pick up latest is lsif-java
2 parents e53a450 + 5f71e8c commit adc0542

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)