Skip to content

Commit b50193d

Browse files
authored
Update NGINX Plus to R36 (#4365)
1 parent b88de84 commit b50193d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following table lists the software versions NGINX Gateway Fabric supports.
6868

6969
| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus | NGINX Agent |
7070
|----------------------|-------------|------------|-----------|------------|-------------|
71-
| Edge | 1.4.0 | 1.25+ | 1.29.3 | R35 | v3.5.0 |
71+
| Edge | 1.4.0 | 1.25+ | 1.29.3 | R36 | v3.5.0 |
7272
| 2.2.1 | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.5.0 |
7373
| 2.2.0 | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.3.2 |
7474
| 2.1.4 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 |

build/Dockerfile.nginxplus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.p
66

77
FROM alpine:3.22
88

9-
ARG NGINX_PLUS_VERSION=R35
9+
ARG NGINX_PLUS_VERSION=R36
1010
# renovate: datasource=github-tags depName=nginx/agent
1111
ARG NGINX_AGENT_VERSION=v3.5.0
1212
ARG NJS_DIR

build/ubi/Dockerfile.nginxplus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM ghcr.io/nginx/dependencies/nginx-ubi:ubi9@sha256:55985e8ef90954271569da91cc
1010

1111
FROM redhat/ubi9-minimal:9.7-1763362218 AS ubi-nginx-plus
1212

13-
ARG NGINX_PLUS_VERSION=R35
13+
ARG NGINX_PLUS_VERSION=R36
1414

1515
# renovate: datasource=github-tags depName=nginx/agent
1616
ARG NGINX_AGENT_VERSION=v3.5.0

0 commit comments

Comments
 (0)