From bc77b2e53df4beff04f1a2eabc7e55cbcf57dff6 Mon Sep 17 00:00:00 2001 From: shield Date: Fri, 31 Jul 2026 22:20:12 +0200 Subject: [PATCH] Update Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index dbbea19..b343050 100644 --- a/Containerfile +++ b/Containerfile @@ -2,6 +2,6 @@ FROM node:lts-alpine RUN apk add --no-cache ca-certificates curl podman kubectl kustomize git bash openssl buildah && \ echo 'rc_cgroup_mode="unified"' >> /etc/rc.conf && \ - curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.68.1 + curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.72.0 VOLUME /var/lib/containers \ No newline at end of file