mirror of
https://github.com/inspec/inspec
synced 2025-02-19 07:28:41 +00:00
Pin openssl to 1.1.1m
Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
This commit is contained in:
parent
e5a194dd86
commit
1d309c4fe8
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ override "train", version: "v#{train_stable}"
|
|||
override "ruby", version: "2.7.4"
|
||||
|
||||
# Mac m1
|
||||
override "openssl", version: "1.1.1l" if mac_os_x?
|
||||
override "openssl", version: "1.1.1m" if mac_os_x?
|
||||
|
|
Loading…
Add table
Reference in a new issue