Skip to content

Commit

Permalink
feat: upgrade OpenSSL to 1.1.1n (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander authored Mar 23, 2022
1 parent 7b380f6 commit 59b497e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-apisix-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "$ARTIFACT" != "0" ]; then
fi

openresty_zlib_version="1.2.11-3"
openresty_openssl111_version="1.1.1h-1"
openresty_openssl111_version="1.1.1n"
openresty_pcre_version="8.44-1"
if [ "$PACKAGE_TYPE" == "deb" ]; then
openresty_zlib_version="1.2.11-3~focal1"
Expand Down

0 comments on commit 59b497e

Please sign in to comment.