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

Configure Feed

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

dockerfile: build with go1.20.3

Test Plan: docker build .

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