From b82bad451a406319a15cd96df3f8d32d0bb38cb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:50:11 +0000 Subject: [PATCH] Update openresty/openresty Docker tag to v1.29.2.5 --- 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..7e7771e 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.5-jammy FROM openresty/openresty:${OPENRESTY_DOCKER_VERSION} AS builder