Skip to content

Commit c0aa70b

Browse files
committed
Update operator base libraries
1 parent 1bfa2e9 commit c0aa70b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

operators/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
FROM quay.io/operator-framework/helm-operator:v1.41.1
22

3+
# Update system packages to fix vulnerabilities
4+
USER root
5+
RUN microdnf update -y && microdnf clean all
6+
USER 1001
7+
38
COPY LICENSE /licenses/LICENSE
49

510
LABEL name="nginx-gateway-fabric-operator" \

0 commit comments

Comments
 (0)