Skip to content

Commit 9fe55a0

Browse files
Update dependency nginx/agent to v3.3.2 (#4014)
| 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> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f5cd73 commit 9fe55a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/ubi/Dockerfile.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM ghcr.io/nginx/dependencies/nginx-ubi:ubi9@sha256:073c40696d255cbc11aff52473
1111
FROM redhat/ubi9-minimal:9.6 AS ubi-nginx
1212

1313
# renovate: datasource=github-tags depName=nginx/agent
14-
ARG NGINX_AGENT_VERSION=v3.3.1
14+
ARG NGINX_AGENT_VERSION=v3.3.2
1515
ARG NJS_DIR
1616
ARG NGINX_CONF_DIR
1717
ARG BUILD_AGENT

build/ubi/Dockerfile.nginxplus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM redhat/ubi9-minimal:9.6 AS ubi-nginx-plus
1313
ARG NGINX_PLUS_VERSION=R35
1414

1515
# renovate: datasource=github-tags depName=nginx/agent
16-
ARG NGINX_AGENT_VERSION=v3.3.1
16+
ARG NGINX_AGENT_VERSION=v3.3.2
1717
ARG NJS_DIR
1818
ARG NGINX_CONF_DIR
1919
ARG BUILD_AGENT

0 commit comments

Comments
 (0)