Skip to content

Commit ddb97f2

Browse files
committed
bump ssl version
1 parent 3e8c1a9 commit ddb97f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

container/dockerfiles/openresty/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ARG RESTY_VERSION="1.27.1.2"
1010
ARG RESTY_LUAROCKS_VERSION="3.11.1"
1111

1212
# 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"
13+
ARG RESTY_OPENSSL_VERSION="3.4.3"
14+
ARG RESTY_OPENSSL_PATCH_VERSION="3.4.3"
1515
ARG RESTY_OPENSSL_URL_BASE="https://github.com/openssl/openssl/releases/download/openssl-${RESTY_OPENSSL_VERSION}"
1616
# LEGACY: "https://www.openssl.org/source/old/1.1.1"
1717
ARG RESTY_OPENSSL_BUILD_OPTIONS="enable-camellia enable-seed enable-rfc3779 enable-cms enable-md2 enable-rc5 \

0 commit comments

Comments
 (0)