Skip to content

Commit

Permalink
Merge pull request #64 from uselagoon/renovate/aquasec-trivy-0.x
Browse files Browse the repository at this point in the history
Update aquasec/trivy Docker tag to v0.49.1
  • Loading branch information
bomoko authored Feb 12, 2024
2 parents b82f729 + 6a19a41 commit 38430f6
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 @@ -15,7 +15,7 @@ COPY main.go main.go
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o insights-handler main.go

# we pull the trivy binary from aquasec's alpine based image
FROM aquasec/trivy:0.49.0 as trivy
FROM aquasec/trivy:0.49.1 as trivy

# Use distroless as minimal base image to package the insights-handler binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
Expand Down

0 comments on commit 38430f6

Please sign in to comment.