From c849924e17bfce4d862522e1ed6fc9f7d96b2860 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 00:41:06 +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-3314622 - 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..3130648c 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.20.3 LABEL maintainer="ChaosNative"