We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43677da commit 3b9ef30Copy full SHA for 3b9ef30
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.69.1 AS trivy
+FROM aquasec/trivy:0.69.3 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