diff --git a/README.md b/README.md index 72f853cac1..31ba187260 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The following table lists the software versions NGINX Gateway Fabric supports. | NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus | NGINX Agent | |----------------------|-------------|------------|-----------|------------|-------------| -| Edge | 1.3.0 | 1.25+ | 1.29.0 | R34 | v3.2.0 | +| Edge | 1.3.0 | 1.25+ | 1.29.0 | R35 | v3.2.0 | | 2.0.2 | 1.3.0 | 1.25+ | 1.28.0 | R34 | v3.0.1 | | 2.0.1 | 1.3.0 | 1.25+ | 1.28.0 | R34 | v3.0.1 | | 2.0.0 | 1.3.0 | 1.25+ | 1.28.0 | R34 | v3.0.0 | diff --git a/build/Dockerfile.nginxplus b/build/Dockerfile.nginxplus index 70effd1624..14642ad801 100644 --- a/build/Dockerfile.nginxplus +++ b/build/Dockerfile.nginxplus @@ -4,9 +4,9 @@ FROM scratch AS nginx-files # the following links can be replaced with local files if needed, i.e. ADD --chown=101:1001 ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.pub nginx_signing.rsa.pub -FROM alpine:3.21 +FROM alpine:3.22 -ARG NGINX_PLUS_VERSION=R34 +ARG NGINX_PLUS_VERSION=R35 # renovate: datasource=github-tags depName=nginx/agent ARG NGINX_AGENT_VERSION=v3.2.0 ARG NJS_DIR