Skip to content

Commit 3b8c5cd

Browse files
Update dependency openshift-client to v4.20.16
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b1f7b56 commit 3b8c5cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN \
9898

9999
# OC
100100
# renovate: datasource=custom.oc depName=openshift-client
101-
ARG OC_VERSION=4.20.1
101+
ARG OC_VERSION=4.20.16
102102
RUN cd /tmp && \
103103
wget https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/${OC_VERSION}/openshift-client-linux-${OC_VERSION}.tar.gz && \
104104
tar -xf /tmp/openshift-client-linux-${OC_VERSION}.tar.gz oc && \

0 commit comments

Comments
 (0)