We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da528d commit 5f690d2Copy full SHA for 5f690d2
Dockerfile
@@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o source-c
20
21
FROM alpine:3.11
22
23
-RUN apk add --no-cache ca-certificates tini 'git>=2.12.0' socat curl bash
+RUN apk add --no-cache ca-certificates tini
24
25
COPY --from=builder /workspace/source-controller /usr/local/bin/
26
0 commit comments