Skip to content

Commit 45da0c0

Browse files
committed
Fix container vulnerabilities
1 parent b6aa2a5 commit 45da0c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ LABEL maintainer="Jordi Sola <[email protected]>" \
1010
io.k8s.display-name="ubi8-perl-ruby" \
1111
io.openshift.tags="perl ruby"
1212

13+
1314
# Install perl and ruby interpreter
14-
RUN microdnf install -y perl ruby
15+
RUN microdnf update -y && \
16+
microdnf install -y perl ruby
1517
###
1618

1719
FROM ubi8-perl-ruby

0 commit comments

Comments
 (0)