From c98438d7dda41923cbd0f4fda8376e65762d289e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jul 2024 04:59:05 +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..0a9e28b1 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 LABEL maintainer="ChaosNative"