From 592846caf972c30b619f1f47fe0be198cc5ddadb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 06:19:49 +0000 Subject: [PATCH] docker(deps): bump openresty/openresty in /openresty Bumps openresty/openresty from 1.27.1.2-10-alpine-fat to 1.27.1.2-11-alpine-fat. --- updated-dependencies: - dependency-name: openresty/openresty dependency-version: 1.27.1.2-11-alpine-fat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- openresty/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openresty/Dockerfile b/openresty/Dockerfile index 190cf82..6071d34 100644 --- a/openresty/Dockerfile +++ b/openresty/Dockerfile @@ -1,6 +1,6 @@ # Pin to specific version for reproducibility and security # Check https://hub.docker.com/r/openresty/openresty/tags for updates -FROM openresty/openresty:1.27.1.2-10-alpine-fat +FROM openresty/openresty:1.27.1.2-11-alpine-fat # Use the default system tree ENV TREE=/usr/local