Skip to content

Commit

Permalink
Removes Grype download
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Oct 23, 2023
1 parent 434ef4b commit 5cadf7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o insights-handler main.g

FROM alpine:3.15

RUN curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin

WORKDIR /
COPY --from=builder /go/src/github.com/uselagoon/lagoon/services/insights-handler/insights-handler .

Expand Down

0 comments on commit 5cadf7d

Please sign in to comment.