Schutzfile: pin osbuild version for insecure curl option

This commit is contained in:
Achilleas Koutsou 2022-06-15 15:07:55 +02:00 committed by Tomáš Hozza
parent 45ba071724
commit d2808d4830

View file

@ -2,7 +2,7 @@
"fedora-35": { "fedora-35": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "b57376d1607587d3739eb2c754ba6b27e272198a" "commit": "86123da599efa117c0a8c079212becb54b304724"
} }
}, },
"repos": [ "repos": [
@ -79,42 +79,42 @@
"rhel-8.4": { "rhel-8.4": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "b57376d1607587d3739eb2c754ba6b27e272198a" "commit": "86123da599efa117c0a8c079212becb54b304724"
} }
} }
}, },
"rhel-8.5": { "rhel-8.5": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "b57376d1607587d3739eb2c754ba6b27e272198a" "commit": "86123da599efa117c0a8c079212becb54b304724"
} }
} }
}, },
"rhel-8.6": { "rhel-8.6": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "7b0e1fe5fdcf1d769a7bf1df0be7694eea28b24c" "commit": "86123da599efa117c0a8c079212becb54b304724"
} }
} }
}, },
"rhel-9.0": { "rhel-9.0": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "7b0e1fe5fdcf1d769a7bf1df0be7694eea28b24c" "commit": "86123da599efa117c0a8c079212becb54b304724"
} }
} }
}, },
"centos-8": { "centos-8": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "7b0e1fe5fdcf1d769a7bf1df0be7694eea28b24c" "commit": "86123da599efa117c0a8c079212becb54b304724"
} }
} }
}, },
"centos-9": { "centos-9": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "7b0e1fe5fdcf1d769a7bf1df0be7694eea28b24c" "commit": "86123da599efa117c0a8c079212becb54b304724"
} }
} }
}, },