From cd28cd1567975897398c55f90db8ec66fafb4c2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:57:31 +0000 Subject: [PATCH] Update openresty/openresty Docker tag to v1.29.2.2 --- bookworm/openresty-modular/1.21.4.3.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookworm/openresty-modular/1.21.4.3.Dockerfile b/bookworm/openresty-modular/1.21.4.3.Dockerfile index 3fc96f4..1da5828 100644 --- a/bookworm/openresty-modular/1.21.4.3.Dockerfile +++ b/bookworm/openresty-modular/1.21.4.3.Dockerfile @@ -1,4 +1,4 @@ -ARG OPENRESTY_DOCKER_VERSION=1.21.4.3-jammy +ARG OPENRESTY_DOCKER_VERSION=1.29.2.2-jammy FROM openresty/openresty:${OPENRESTY_DOCKER_VERSION} AS builder