We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfa2e9 commit c0aa70bCopy full SHA for c0aa70b
operators/Dockerfile
@@ -1,5 +1,10 @@
1
FROM quay.io/operator-framework/helm-operator:v1.41.1
2
3
+# Update system packages to fix vulnerabilities
4
+USER root
5
+RUN microdnf update -y && microdnf clean all
6
+USER 1001
7
+
8
COPY LICENSE /licenses/LICENSE
9
10
LABEL name="nginx-gateway-fabric-operator" \
0 commit comments