File tree Expand file tree Collapse file tree 4 files changed +7
-321
lines changed Expand file tree Collapse file tree 4 files changed +7
-321
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ container_pull(
64
64
)
65
65
66
66
http_file (
67
- name = "openssl-3.1.1 " ,
68
- downloaded_file_path = "openssl-3.1.1 .tar.gz" ,
69
- sha256 = "b3aa61334233b852b63ddb048df181177c2c659eb9d4376008118f9c08d07674 " ,
70
- urls = ["https://github.com/openssl/openssl/releases/download/openssl-3.1.1 /openssl-3.1.1 .tar.gz" ],
67
+ name = "openssl-3.1.4 " ,
68
+ downloaded_file_path = "openssl-3.1.4 .tar.gz" ,
69
+ sha256 = "840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3 " ,
70
+ urls = ["https://github.com/openssl/openssl/releases/download/openssl-3.1.4 /openssl-3.1.4 .tar.gz" ],
71
71
)
72
72
73
73
http_file (
Original file line number Diff line number Diff line change @@ -95,14 +95,14 @@ container_layer(
95
95
name = "openssl_source_layer" ,
96
96
directory = "/usr/local/src" ,
97
97
env = {
98
- "OPENSSL_VERSION" : "3.1.1 " ,
98
+ "OPENSSL_VERSION" : "3.1.4 " ,
99
99
},
100
100
files = [
101
101
"build_install_openssl.sh" ,
102
102
],
103
103
tags = ["manual" ],
104
104
tars = [
105
- "@openssl-3.1.1 //file" ,
105
+ "@openssl-3.1.4 //file" ,
106
106
],
107
107
)
108
108
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ commandTests:
4
4
- name : " openssl version"
5
5
command : " openssl"
6
6
args : ["version"]
7
- expectedOutput : ["OpenSSL 3\\.1\\.1 "]
7
+ expectedOutput : ["OpenSSL 3\\.1\\.4 "]
You can’t perform that action at this time.
0 commit comments