From 4eedea21dc44d3077389a7608f27d27ed9624aba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Sep 2023 08:24:29 +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-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 --- 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..53e3bdd9 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.18.4 LABEL maintainer="ChaosNative"