Skip to content

Commit

Permalink
stick oc to version 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeng committed Jul 1, 2024
1 parent 4ce37a3 commit 0ab574e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ARG GITHUB_URL="https://api.github.com"
ARG GITHUB_TOKEN=""

# Replace version with a version number to pin a specific version (eg: "4.7.8")
ARG OC_VERSION="stable"
ARG OC_VERSION="stable-4.15"
ENV OC_URL="https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/${OC_VERSION}"

# Replace "/latest" with "/tags/{tag}" to pin to a specific version (eg: "/tags/v0.4.0")
Expand Down

0 comments on commit 0ab574e

Please sign in to comment.