From b7697abda38cbc0ede47ecb81f7fb7744e130f38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:31:57 +0000 Subject: [PATCH] Update dependency nginx/agent to v3.3.2 | datasource | package | from | to | | ----------- | ----------- | ------ | ------ | | github-tags | nginx/agent | v3.3.1 | v3.3.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build/ubi/Dockerfile.nginx | 2 +- build/ubi/Dockerfile.nginxplus | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/ubi/Dockerfile.nginx b/build/ubi/Dockerfile.nginx index a1f2b8c4aa..4de10ed7c4 100644 --- a/build/ubi/Dockerfile.nginx +++ b/build/ubi/Dockerfile.nginx @@ -11,7 +11,7 @@ FROM ghcr.io/nginx/dependencies/nginx-ubi:ubi9@sha256:073c40696d255cbc11aff52473 FROM redhat/ubi9-minimal:9.6 AS ubi-nginx # renovate: datasource=github-tags depName=nginx/agent -ARG NGINX_AGENT_VERSION=v3.3.1 +ARG NGINX_AGENT_VERSION=v3.3.2 ARG NJS_DIR ARG NGINX_CONF_DIR ARG BUILD_AGENT diff --git a/build/ubi/Dockerfile.nginxplus b/build/ubi/Dockerfile.nginxplus index 0bdb6a5356..d9b63bd34d 100644 --- a/build/ubi/Dockerfile.nginxplus +++ b/build/ubi/Dockerfile.nginxplus @@ -13,7 +13,7 @@ FROM redhat/ubi9-minimal:9.6 AS ubi-nginx-plus ARG NGINX_PLUS_VERSION=R35 # renovate: datasource=github-tags depName=nginx/agent -ARG NGINX_AGENT_VERSION=v3.3.1 +ARG NGINX_AGENT_VERSION=v3.3.2 ARG NJS_DIR ARG NGINX_CONF_DIR ARG BUILD_AGENT