From a23befb02c0b264febae3b07c4748f7eae1842d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:58:17 +0000 Subject: [PATCH] chore(deps): update aquasec/trivy docker tag to v0.55.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c09a06e..a0bc598 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY main.go main.go RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} go build -a -o insights-handler main.go # we pull the trivy binary from aquasec's alpine based image -FROM aquasec/trivy:0.54.1 as trivy +FROM aquasec/trivy:0.55.0 as trivy # Use distroless as minimal base image to package the insights-handler binary # Refer to https://github.com/GoogleContainerTools/distroless for more details