From 5e6821ae26662e4c3ae1bae84ae94ed0e8dfb68b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Jul 2024 08:42:23 +0000 Subject: [PATCH] fix: custom/app-setup/kafka/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753 --- custom/app-setup/kafka/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/app-setup/kafka/Dockerfile b/custom/app-setup/kafka/Dockerfile index f1ebe048..f5813bc0 100644 --- a/custom/app-setup/kafka/Dockerfile +++ b/custom/app-setup/kafka/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15.0 +FROM alpine:3.19.3 LABEL maintainer="ChaosNative"