We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1d3dc commit c216b9aCopy full SHA for c216b9a
Dockerfile
@@ -15,7 +15,7 @@ COPY main.go main.go
15
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} go build -a -o insights-handler main.go
16
17
# we pull the trivy binary from aquasec's alpine based image
18
-FROM aquasec/trivy:0.54.1 as trivy
+FROM aquasec/trivy:0.57.0 as trivy
19
20
# Use distroless as minimal base image to package the insights-handler binary
21
# Refer to https://github.com/GoogleContainerTools/distroless for more details
0 commit comments