We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8c1a9 commit ddb97f2Copy full SHA for ddb97f2
1 file changed
container/dockerfiles/openresty/Dockerfile
@@ -10,8 +10,8 @@ ARG RESTY_VERSION="1.27.1.2"
10
ARG RESTY_LUAROCKS_VERSION="3.11.1"
11
12
# https://github.com/openresty/openresty-packaging/blob/master/deb/openresty-openssl3/debian/rules
13
-ARG RESTY_OPENSSL_VERSION="3.4.1"
14
-ARG RESTY_OPENSSL_PATCH_VERSION="3.4.1"
+ARG RESTY_OPENSSL_VERSION="3.4.3"
+ARG RESTY_OPENSSL_PATCH_VERSION="3.4.3"
15
ARG RESTY_OPENSSL_URL_BASE="https://github.com/openssl/openssl/releases/download/openssl-${RESTY_OPENSSL_VERSION}"
16
# LEGACY: "https://www.openssl.org/source/old/1.1.1"
17
ARG RESTY_OPENSSL_BUILD_OPTIONS="enable-camellia enable-seed enable-rfc3779 enable-cms enable-md2 enable-rc5 \
0 commit comments