Skip to content

Commit 9708eb2

Browse files
authored
Upgrade openshift-preflight action version to 1.10.2 (#1888)
1 parent 7375a1e commit 9708eb2

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/certify-openshift-images

1 file changed

+1
-1
lines changed

.github/actions/certify-openshift-images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN yum-config-manager --add-repo https://download.docker.com/linux/centos/docke
1717

1818
RUN yum clean all
1919

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

0 commit comments

Comments
 (0)