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

Configure Feed

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

docker: fix typo in builder name

+1 -1
+1 -1
Dockerfile
··· 1 - FROM 1.22.2-alpine3.19 AS builder 1 + FROM golang:1.22.2-alpine3.19 AS builder 2 2 3 3 RUN apk add --no-cache ca-certificates 4 4