Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
build/Dockerfile: update OCM to version v0.1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
kpouget committed Jun 20, 2022
1 parent ffdec86 commit 1bf2122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG OCP_CLI_URL=https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp
RUN curl --silent ${OCP_CLI_URL} | tar xfz - -C /usr/local/bin oc

# Install dependencies: `ocm`
ARG OCM_CLI_VERSION=v0.1.60
ARG OCM_CLI_VERSION=v0.1.63
ARG OCM_CLI_URL=https://github.com/openshift-online/ocm-cli/releases/download/${OCM_CLI_VERSION}/ocm-linux-amd64
RUN curl --silent -L ${OCM_CLI_URL} --output /usr/local/bin/ocm
RUN chmod +x /usr/local/bin/ocm
Expand Down

0 comments on commit 1bf2122

Please sign in to comment.