fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

bump ctags

+2 -2
+2 -2
Dockerfile
··· 18 18 RUN apk update --no-cache && apk upgrade --no-cache && \ 19 19 apk add --no-cache git ca-certificates bind-tools tini jansson 20 20 21 - # Commit from 2022-02-10. Please always pick a commit from the main branch. 22 - ENV SOURCEGRAPH_COMMIT=d9f1ea582042a98a5ab1e6f0e9147ad0ca996df8 21 + # Commit from 2022-03-01. Please always pick a commit from the main branch. 22 + ENV SOURCEGRAPH_COMMIT=20497508d57afd4bbd35597629779255d772a7f8 23 23 ADD https://raw.githubusercontent.com/sourcegraph/sourcegraph/$SOURCEGRAPH_COMMIT/cmd/symbols/ctags-install-alpine.sh /tmp/ 24 24 RUN sh /tmp/ctags-install-alpine.sh && rm /tmp/ctags-install-alpine.sh 25 25