We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 481c903 + 3f4e90c commit c15e3dfCopy full SHA for c15e3df
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.62.1 AS trivy
+FROM aquasec/trivy:0.65.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