Skip to content

Commit bbab5c4

Browse files
authored
Update openshift preflight version (#1094)
1 parent 2d39dac commit bbab5c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/bin/deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ OPENSHIFT_BINS = {
2424
"preflight": {
2525
# currently, preflight is only available on linux
2626
"preflight_linux": {
27-
"url": "https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.11.1/preflight-linux-amd64",
28-
"sha": "ec4abfa6afd8952027cf15a4b05b80317edb18572184c33018769d6f39443af5",
27+
"url": "https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.12.1/preflight-linux-amd64",
28+
"sha": "ee92573f38929be67c7bda91dad614ac1b7d1dd81fa8bd15dfe01e385a540856",
2929
},
3030
},
3131
"oc": {

0 commit comments

Comments
 (0)