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

Commit 79a94cc

Browse files
author
Néstor Salceda
authored
fix: Upgrade only the openssl package (#8)
1 parent 6c33a74 commit 79a94cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL vendor="Sysdig"
88
COPY LICENSE /licenses/
99

1010
USER root
11-
RUN microdnf update
11+
RUN microdnf install openssl
1212
USER helm
1313

1414
ENV HOME=/opt/helm

0 commit comments

Comments
 (0)