Skip to content

Commit

Permalink
Upgrade openshift-preflight action version to 1.10.2 (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
josvazg authored Oct 28, 2024
1 parent 7375a1e commit 9708eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/certify-openshift-images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN yum-config-manager --add-repo https://download.docker.com/linux/centos/docke

RUN yum clean all

RUN curl -LO https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.4/preflight-linux-amd64 && \
RUN curl -LO https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.2/preflight-linux-amd64 && \
chmod +x ./preflight-linux-amd64 && \
mv ./preflight-linux-amd64 /usr/local/bin/preflight

Expand Down

0 comments on commit 9708eb2

Please sign in to comment.