From 694c39fa1eece185fcfdb891b84734e44a476c5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 16:18:24 +0000 Subject: [PATCH] fix: integrations/argocd/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314637 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314646 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314653 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3368739 - https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2976174 --- integrations/argocd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/argocd/Dockerfile b/integrations/argocd/Dockerfile index c566ec73d..39528744b 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.14.6 +FROM alpine:3.18.5 #curl to send request to terrascan validating webhook RUN apk add --no-cache curl