From 650a11414f20598f08263d6416fa6c767b809ac5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 03:30:12 +0000 Subject: [PATCH] fix: integrations/argocd/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 --- integrations/argocd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/argocd/Dockerfile b/integrations/argocd/Dockerfile index a80c25d07..4a413145a 100644 --- a/integrations/argocd/Dockerfile +++ b/integrations/argocd/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile with a script to use terrascan's validating webhook # configured in the kubernetes cluster, to scan a repo for violations -FROM alpine:3.19.3 +FROM alpine:3.20.3 #curl to send request to terrascan validating webhook RUN apk add --no-cache curl