Skip to content

Commit 1eece12

Browse files
chore(deps): update dependency homebrew/openshift-cli to v4.15.15
1 parent 86c5bb2 commit 1eece12

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

jenkins-agents/jenkins-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM registry.access.redhat.com/ubi9/ubi:9.4-947.1714667021@sha256:ed84f34cd929ea6b0c247b6daef54dd79602804a32480a052951021caf429494 AS builder
33

44
# renovate: datasource=repology depName=homebrew/openshift-cli
5-
ARG OC_VERSION=4.15.12
5+
ARG OC_VERSION=4.15.15
66
RUN curl -L "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${OC_VERSION}/openshift-client-linux.tar.gz" -o /tmp/openshift-client-linux.tar.gz && \
77
tar --no-same-owner -xzf /tmp/openshift-client-linux.tar.gz && \
88
mv oc kubectl /usr/local/bin && \

tool-box/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi9/ubi:9.4-947.1714667021@sha256:ed84f34cd929e
44
SHELL ["/bin/bash", "-c"]
55

66
# renovate: datasource=repology depName=homebrew/openshift-cli
7-
ARG OC_VERSION=4.15.12
7+
ARG OC_VERSION=4.15.15
88
# renovate: datasource=github-releases depName=openshift/rosa
99
ARG ROSA_VERSION=v1.2.39
1010
# renovate: datasource=github-releases depName=redhat-developer/odo

utilities/ubi8-bats/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/ubi:8.9-1160.1715068735@sha256:83068ea81dd0
44
SHELL ["/bin/bash", "-c"]
55

66
# renovate: datasource=repology depName=homebrew/openshift-cli
7-
ARG OC_VERSION=4.15.12
7+
ARG OC_VERSION=4.15.15
88
# renovate: datasource=github-releases depName=stedolan/jq
99
ARG JQ_VERSION=1.6
1010
# renovate: datasource=github-releases depName=helm/helm

0 commit comments

Comments
 (0)