We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2735ec commit 55f2a61Copy full SHA for 55f2a61
tekton-task-images/helm/Dockerfile
@@ -1,10 +1,10 @@
1
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4
2
3
USER root
4
5
ARG YQ_VERSION=4.11.2
6
7
-RUN microdnf install --assumeyes --nodocs openssl tar findutils gzip && \
+RUN microdnf install --assumeyes --nodocs openssl tar git findutils gzip && \
8
microdnf update && \
9
microdnf clean all
10
0 commit comments