You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| RESTY_IMAGE_BASE | "ubuntu" / "alpine" | The Debian or Alpine Docker image base to build `FROM`. |
353
353
| RESTY_IMAGE_TAG | "noble" / "3.21.3" | The Debian or Alpine Docker image tag to build `FROM`. |
354
-
| RESTY_VERSION | 1.27.1.1| The version of OpenResty to use. |
354
+
| RESTY_VERSION | 1.27.1.2| The version of OpenResty to use. |
355
355
| RESTY_LUAROCKS_VERSION | 3.11.1 | The version of LuaRocks to use. |
356
-
| RESTY_OPENSSL_VERSION | 3.0.16| The version of OpenSSL to use. |
357
-
| RESTY_OPENSSL_PATCH_VERSION | 3.0.15| The version of OpenSSL to use when patching. |
356
+
| RESTY_OPENSSL_VERSION | 3.4.1| The version of OpenSSL to use. |
357
+
| RESTY_OPENSSL_PATCH_VERSION | 3.4.1| The version of OpenSSL to use when patching. |
358
358
| RESTY_OPENSSL_URL_BASE | "https://github.com/openssl/openssl/releases/download/openssl-${RESTY_OPENSSL_VERSION}"| The base of the URL to download OpenSSL from. |
|RESTY_IMAGE_BASE | "debian" | The Debian Docker image base to build `FROM`. |
469
469
|RESTY_IMAGE_TAG | "bullseye-slim" | The Debian Docker image tag to build `FROM`. |
470
470
|RESTY_DEB_FLAVOR | "" | The `openresty` package flavor to use. Possibly `"-debug"` or `"-valgrind"`. |
471
-
|RESTY_DEB_VERSION | "=1.27.1.1-1~bookworm1" | The [Debian package version](https://openresty.org/package/debian/pool/openresty/o/openresty/) to use, with `=` prepended. |
471
+
|RESTY_DEB_VERSION | "=1.27.1.2-1~bookworm1" | The [Debian package version](https://openresty.org/package/debian/pool/openresty/o/openresty/) to use, with `=` prepended. |
472
472
|RESTY_FAT_DEB_FLAVOR | "" | The `openresty` package flavor to use to install "fat" packages. Possibly `"-debug"` or `"-valgrind"`. |
473
-
|RESTY_FAT_DEB_VERSION | "=1.27.1.1-1~bookworm1" | The [Debian package version](https://openresty.org/package/debian/pool/openresty/o/openresty/) to use to "fat" packages, with `=` prepended. |
473
+
|RESTY_FAT_DEB_VERSION | "=1.27.1.2-1~bookworm1" | The [Debian package version](https://openresty.org/package/debian/pool/openresty/o/openresty/) to use to "fat" packages, with `=` prepended. |
474
474
475
475
* For `amd64` builds, `RESTY_APT_REPO="https://openresty.org/package/debian"`
476
476
* For `arm64` builds, `RESTY_APT_REPO="https://openresty.org/package/arm64/debian"`
|RESTY_APK_ALPINE_VERSION | "3.18" | The Alpine version for RESTY_APK_REPO_URL. |
501
501
|RESTY_APK_KEY_URL | "https://openresty.org/package/admin@openresty.com-5ea678a6.rsa.pub"| The URL of the signing key of the `openresty` package. |
502
502
|RESTY_APK_REPO_URL | "https://openresty.org/package/alpine/v${RESTY_APK_ALPINE_VERSION}/main"| The URL of the APK repository for `openresty` package. |
503
-
|RESTY_APK_VERSION | "=1.27.1.1-r0" | The suffix to add to the apk install package name: `openresty${RESTY_APK_VERSION`}. |
503
+
|RESTY_APK_VERSION | "=1.27.1.2-r0" | The suffix to add to the apk install package name: `openresty${RESTY_APK_VERSION`}. |
504
504
505
505
[Back to TOC](#table-of-contents)
506
506
@@ -515,7 +515,7 @@ This Docker image can be built and customized by cloning the repo and running `d
515
515
The following are the available build-time options. They can be set using the `--build-arg` CLI argument, like so:
0 commit comments