Skip to content

Commit

Permalink
Dockerfile: Update runner base to alpine 3.10 (aquasecurity#199)
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Rüger <[email protected]>
  • Loading branch information
mrueg authored and knqyf263 committed Oct 22, 2019
1 parent ff873a2 commit 5ae10e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . /app/
RUN go build -ldflags "-X main.version=$(git describe --tags --abbrev=0)" -a -o /trivy cmd/trivy/main.go
RUN upx --lzma --best /trivy

FROM alpine:3.9
FROM alpine:3.10
RUN apk --no-cache add ca-certificates git rpm
COPY --from=builder /trivy /usr/local/bin/trivy

Expand Down

0 comments on commit 5ae10e0

Please sign in to comment.