We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7375a1e commit 9708eb2Copy full SHA for 9708eb2
.github/actions/certify-openshift-images/Dockerfile
@@ -17,7 +17,7 @@ RUN yum-config-manager --add-repo https://download.docker.com/linux/centos/docke
17
18
RUN yum clean all
19
20
-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 && \
21
chmod +x ./preflight-linux-amd64 && \
22
mv ./preflight-linux-amd64 /usr/local/bin/preflight
23
0 commit comments