diff --git a/builder/const.go b/builder/const.go index c7e7864..84c3d09 100644 --- a/builder/const.go +++ b/builder/const.go @@ -14,7 +14,7 @@ const ( // openssl const ( - OpenSSLVersion = "3.3.1" + OpenSSLVersion = "3.3.2" OpenSSLDownloadURLPrefix = "https://github.com/openssl/openssl/releases/download" )