Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 6c33a74

Browse files
author
Néstor Salceda
committed
fix: Upgrade OpenSSL version to latest
This will allow us to pass RH certification
1 parent f1f773c commit 6c33a74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ LABEL description="This operator installs the Sysdig Agent for Sysdig Monitor an
77
LABEL vendor="Sysdig"
88
COPY LICENSE /licenses/
99

10+
USER root
11+
RUN microdnf update
12+
USER helm
13+
1014
ENV HOME=/opt/helm
1115
COPY watches.yaml ${HOME}/watches.yaml
1216
COPY helm-charts ${HOME}/helm-charts

0 commit comments

Comments
 (0)