Skip to content

Commit 8b1d22a

Browse files
authored
Merge pull request #53 from bashbang/main
Updated OCP Version
2 parents 013f293 + 0e6883f commit 8b1d22a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utility-pod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN curl https://rclone.org/install.sh | bash
5353
# manually run 'rclone config' to setup the environment for each remote.
5454

5555
# install Openshift CLI tool oc
56-
RUN curl -sfL https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable-4.17/openshift-client-linux-4.17.1.tar.gz | tar -zxvf - -C /usr/local/bin/
56+
RUN curl -sfL https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/openshift-client-linux.tar.gz | tar -zxvf - -C /usr/local/bin/
5757

5858
# install Github CLI tool gh
5959
RUN curl -sfL https://github.com/cli/cli/releases/download/v2.60.0/gh_2.60.0_linux_amd64.tar.gz | tar -zxvf - gh_2.60.0_linux_amd64/bin/gh --strip-components=1

0 commit comments

Comments
 (0)