From c0aa70bada6b6afd56c9f4d6de0d71a6cef2a0a1 Mon Sep 17 00:00:00 2001 From: Ciara Stacke Date: Thu, 9 Oct 2025 10:32:05 +0100 Subject: [PATCH] Update operator base libraries --- operators/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/operators/Dockerfile b/operators/Dockerfile index e614ee8389..137336bd79 100644 --- a/operators/Dockerfile +++ b/operators/Dockerfile @@ -1,5 +1,10 @@ FROM quay.io/operator-framework/helm-operator:v1.41.1 +# Update system packages to fix vulnerabilities +USER root +RUN microdnf update -y && microdnf clean all +USER 1001 + COPY LICENSE /licenses/LICENSE LABEL name="nginx-gateway-fabric-operator" \