From 6e72bfed41fdf94e3a243c99a934679e41f88e50 Mon Sep 17 00:00:00 2001 From: JosueDev-afk Date: Mon, 1 Jun 2026 22:12:58 -0600 Subject: [PATCH] fix: upgrade libxml2 to fix CVE-2026-6732 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4bd1ee4..f5936f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ LABEL org.opencontainers.image.created="${BUILD_DATE}" LABEL org.opencontainers.image.revision="${GIT_COMMIT}" LABEL org.opencontainers.image.source="https://git.kubistudio.cloud/kubistudio/cicd-multi-env-pipeline-poc" -RUN apk add --no-cache curl +RUN apk add --no-cache curl && apk upgrade --no-cache libxml2 COPY nginx.conf /etc/nginx/nginx.conf COPY src/ /usr/share/nginx/html/