From 1ebff2f16098776f5794a47cbbd1d852935ec26b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Apr 2023 15:20:27 +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-LIBTASN16-3061094 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2933515 --- 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..e35ad19 100644 --- a/Collector/Fluent/Dockerfile.amd64 +++ b/Collector/Fluent/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM fluent/fluentd:v1.11-debian +FROM fluent/fluentd:v1.16-debian-1 USER 0