Skip to content

Commit a9c9c99

Browse files
committed
Update the version of lsif-typed binary
1 parent b77b91e commit a9c9c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.autoindex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk add --no-cache git bash curl ca-certificates python3 make libstdc++ libg
88

99
COPY --from=src-cli /usr/bin/src /usr/bin
1010

11-
RUN curl -Lo /usr/bin/lsif-typed https://github.com/sourcegraph/lsif-typescript/releases/download/v0.1.9/lsif-typed && chmod +x /usr/bin/lsif-typed
11+
RUN curl -Lo /usr/bin/lsif-typed https://github.com/sourcegraph/lsif-typescript/releases/download/v0.1.8/lsif-typed && chmod +x /usr/bin/lsif-typed
1212

1313
RUN echo 'lsif-typescript "$@" && lsif-typed dump.lsif-typed > dump.lsif' > /usr/bin/lsif-typescript-autoindex && chmod +x /usr/bin/lsif-typescript-autoindex
1414

0 commit comments

Comments
 (0)