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

Configure Feed

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

Upgrade pcre2 package (#372)

+1 -1
+1 -1
Dockerfile.indexserver
··· 2 2 3 3 RUN apk update --no-cache && apk upgrade --no-cache && \ 4 4 apk add --no-cache ca-certificates bind-tools tini git jansson curl && \ 5 - apk add --upgrade --no-cache 'libcrypto1.1>=1.1.1n-r0' 'libssl1.1>=1.1.1n-r0' 5 + apk add --upgrade --no-cache 'libcrypto1.1>=1.1.1n-r0' 'libssl1.1>=1.1.1n-r0' 'pcre2>=10.40-r0' 6 6 7 7 # Run as non-root user sourcegraph. External volumes should be mounted under /data (which will be owned by sourcegraph). 8 8 RUN mkdir -p /home/sourcegraph