Skip to content

Commit

Permalink
Merge pull request #902 from mdujava/oc-cli
Browse files Browse the repository at this point in the history
Update to oc-cli 4.16
  • Loading branch information
dhlavac authored Dec 19, 2024
2 parents 5ede27b + 23482b3 commit bfa3501
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 @@ -15,7 +15,7 @@ ADD https://gist.githubusercontent.com/mdujava/c87f687cbb9bbed0144ddc136758292c/
RUN update-ca-trust

RUN useradd --no-log-init -u 1000 -g root -m default
RUN curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable-4.12/openshift-client-linux.tar.gz | tar xz -C /usr/local/bin
RUN curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable-4.16/openshift-client-linux.tar.gz | tar xz -C /usr/local/bin

RUN curl -L https://github.com/cloudflare/cfssl/releases/download/v1.6.1/cfssl_1.6.1_linux_amd64 >/usr/local/bin/cfssl && \
chmod +x /usr/local/bin/cfssl
Expand Down

0 comments on commit bfa3501

Please sign in to comment.