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

Configure Feed

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

docker: patch alpine dependency (#242)

* docker: path alpine dependency

* testing: verify docker build

* Revert "testing: verify docker build"

This reverts commit d529af6df6fbd55cbfb9b315eb68c9cfbb126c95.

* Redo: "testing: verify docker build""

This reverts commit 68840b211e0d36aef83d16b9fbc7688e6724d599.

* Pin to minor version

Co-authored-by: Crystal Augustus <91073224+caugustus-sourcegraph@users.noreply.github.com>

* "undo: "testing: verify docker build"""

This reverts commit 21033a6585e19b3bc3feda150c5112519ccb1b8e.

Co-authored-by: Crystal Augustus <91073224+caugustus-sourcegraph@users.noreply.github.com>

+1 -1
+1 -1
Dockerfile.indexserver
··· 1 1 FROM alpine 2 2 3 3 RUN apk update --no-cache && apk upgrade --no-cache && \ 4 - apk add --no-cache ca-certificates bind-tools tini git python3 4 + apk add --no-cache ca-certificates bind-tools tini git python3 expat=~2.4.3 5 5 6 6 # Run as non-root user sourcegraph. External volumes should be mounted under /data (which will be owned by sourcegraph). 7 7 RUN mkdir -p /home/sourcegraph