Skip to content

Commit 276cc04

Browse files
Bumped up openshift preflight tool to the latest version (#1577)
1 parent 2df97fe commit 276cc04

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.2/preflight-linux-amd64 && \
20+
RUN curl -LO https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.4/preflight-linux-amd64 && \
2121
chmod +x ./preflight-linux-amd64 && \
2222
mv ./preflight-linux-amd64 /usr/local/bin/preflight
2323

0 commit comments

Comments
 (0)