File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ docker build --build-arg RESTY_J=4 -f jammy/Dockerfile .
4343| RESTY_IMAGE_TAG | "noble" / "3.22.3" | The Debian or Alpine Docker image tag to build ` FROM ` . |
4444| RESTY_VERSION | 1.27.1.2 | The version of OpenResty to use. |
4545| RESTY_LUAROCKS_VERSION | 3.13.0 | The version of LuaRocks to use. |
46- | RESTY_OPENSSL_VERSION | 3.5.5 | The version of OpenSSL to use. |
46+ | RESTY_OPENSSL_VERSION | 3.5.6 | The version of OpenSSL to use. |
4747| RESTY_OPENSSL_PATCH_VERSION | 3.5.5 | The version of OpenSSL to use when patching. |
4848| RESTY_OPENSSL_URL_BASE | "https://github.com/openssl/openssl/releases/download/openssl-${RESTY_OPENSSL_VERSION}" | The base of the URL to download OpenSSL from. |
4949| RESTY_OPENSSL_BUILD_OPTIONS | "enable-camellia enable-seed enable-rfc3779 enable-cms enable-md2 enable-rc5 enable-weak-ssl-ciphers enable-ssl3 enable-ssl3-method enable-md2 enable-ktls enable-fips" | Options to tweak Resty's OpenSSL build. |
Original file line number Diff line number Diff line change 11` docker-openresty ` Changelog
22============================
33
4+ ## 1.29.2.3-4 (2026-04-22)
5+
6+ * Upgrade OpenSSL to 3.5.6
7+
48## 1.29.2.3-3 (2026-04-16)
59
610 * Upgrade ` alpine ` built-from-source flavor to Alpine 3.23.4 (#296 )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ARG RESTY_VERSION="1.29.2.3"
1515ARG RESTY_LUAROCKS_VERSION="3.13.0"
1616
1717# https://github.com/openresty/openresty-packaging/blob/master/deb/openresty-openssl3/debian/rules
18- ARG RESTY_OPENSSL_VERSION="3.5.5 "
18+ ARG RESTY_OPENSSL_VERSION="3.5.6 "
1919ARG RESTY_OPENSSL_PATCH_VERSION="3.5.5"
2020ARG RESTY_OPENSSL_URL_BASE="https://github.com/openssl/openssl/releases/download/openssl-${RESTY_OPENSSL_VERSION}"
2121# LEGACY: "https://www.openssl.org/source/old/1.1.1"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ARG RESTY_IMAGE_TAG="3.23.4"
1414ARG RESTY_VERSION="1.29.2.3"
1515
1616# https://github.com/openresty/openresty-packaging/blob/master/alpine/openresty-openssl3/APKBUILD
17- ARG RESTY_OPENSSL_VERSION="3.5.5 "
17+ ARG RESTY_OPENSSL_VERSION="3.5.6 "
1818ARG RESTY_OPENSSL_PATCH_VERSION="3.5.5"
1919ARG RESTY_OPENSSL_URL_BASE="https://github.com/openssl/openssl/releases/download/openssl-${RESTY_OPENSSL_VERSION}"
2020# LEGACY: "https://www.openssl.org/source/old/1.1.1"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ARG RESTY_VERSION="1.29.2.3"
1515ARG RESTY_LUAROCKS_VERSION="3.13.0"
1616
1717# https://github.com/openresty/openresty-packaging/blob/master/deb/openresty-openssl3/debian/rules
18- ARG RESTY_OPENSSL_VERSION="3.5.5 "
18+ ARG RESTY_OPENSSL_VERSION="3.5.6 "
1919ARG RESTY_OPENSSL_PATCH_VERSION="3.5.5"
2020ARG RESTY_OPENSSL_URL_BASE="https://github.com/openssl/openssl/releases/download/openssl-${RESTY_OPENSSL_VERSION}"
2121# LEGACY: "https://www.openssl.org/source/old/1.1.1"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ARG RESTY_VERSION="1.29.2.3"
1515ARG RESTY_LUAROCKS_VERSION="3.13.0"
1616
1717# https://github.com/openresty/openresty-packaging/blob/master/deb/openresty-openssl3/debian/rules
18- ARG RESTY_OPENSSL_VERSION="3.5.5 "
18+ ARG RESTY_OPENSSL_VERSION="3.5.6 "
1919ARG RESTY_OPENSSL_PATCH_VERSION="3.5.5"
2020ARG RESTY_OPENSSL_URL_BASE="https://github.com/openssl/openssl/releases/download/openssl-${RESTY_OPENSSL_VERSION}"
2121# LEGACY: "https://www.openssl.org/source/old/1.1.1"
You can’t perform that action at this time.
0 commit comments