From 50469556e7744d6b4a85003798fea9e86a1bc448 Mon Sep 17 00:00:00 2001 From: Adil M Date: Wed, 20 Mar 2024 11:51:07 +0500 Subject: [PATCH] chore(kafka-ui-api): Upgrade base Docker image due to Alpine 3.15 reaching EOL 5 months ago kafka-ui is running an unsupported operating system Alpine 3.15.8, which reached end of support 5 months ago, 2023 Nov 01. This leaves the system vulnerable to many security issues that can be exploited, as it does not receive security patches. For more information on this operating system, please follow https://alpinelinux.org/releases/? --- kafka-ui-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka-ui-api/Dockerfile b/kafka-ui-api/Dockerfile index 98dcdb46ac3..6c6a7848c4f 100644 --- a/kafka-ui-api/Dockerfile +++ b/kafka-ui-api/Dockerfile @@ -1,5 +1,5 @@ #FROM azul/zulu-openjdk-alpine:17-jre-headless -FROM azul/zulu-openjdk-alpine@sha256:a36679ac0d28cb835e2a8c00e1e0d95509c6c51c5081c7782b85edb1f37a771a +FROM azul/zulu-openjdk-alpine@sha256:c4580a835aca618bfa82b614d1d5c771def44f302b8ce6d3f4750aa8fa968d3b RUN apk add --no-cache \ # snappy codec