From e78a9936a8c9ece54a89c9b134d98240e6e65049 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Jun 2022 09:37:46 +0000 Subject: [PATCH] fix: Collector/Fluent/Dockerfile.amd64 to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569406 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2426310 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 --- Collector/Fluent/Dockerfile.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Collector/Fluent/Dockerfile.amd64 b/Collector/Fluent/Dockerfile.amd64 index 6515524..0d3a88f 100644 --- a/Collector/Fluent/Dockerfile.amd64 +++ b/Collector/Fluent/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM fluent/fluentd:v1.11-debian +FROM fluent/fluentd:edge-debian USER 0