From 38a0b91c1a917d2866aee265bc7815424af3e701 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:44:45 -0700 Subject: [PATCH] chore: Bump Trivy version (#8150) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index 16b00e5a52..3d7457d671 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -19,7 +19,7 @@ RUN apk -U --no-cache add bash git gcc musl-dev docker vim less file curl wget c RUN python3 -m pip install awscli -RUN TRIVY_VERSION="0.43.1" && \ +RUN TRIVY_VERSION="0.44.0" && \ if [ "$(go env GOARCH)" != "arm" ] && [ "$(go env GOARCH)" != "386" ]; then \ if [ "$(go env GOARCH)" = "arm64" ]; then \ # Turn arm64 into uppercase ARM64 for Trivy's download