We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f765b79 commit 16a9522Copy full SHA for 16a9522
README.md
@@ -66,7 +66,7 @@ The following table lists the software versions NGINX Gateway Fabric supports.
66
67
| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus |
68
|----------------------|-------------|------------|-----------|------------|
69
-| Edge | 1.1.0 | 1.25+ | 1.27.0 | R32 |
+| Edge | 1.1.0 | 1.25+ | 1.27.1 | R32 |
70
| 1.3.0 | 1.1.0 | 1.25+ | 1.27.0 | R32 |
71
| 1.2.0 | 1.0.0 | 1.23+ | 1.25.4 | R31 |
72
| 1.1.0 | 1.0.0 | 1.23+ | 1.25.3 | n/a |
build/Dockerfile.nginx
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.8
2
-FROM nginx:1.27.0-alpine-otel
+FROM nginx:1.27.1-alpine-otel
3
4
ARG NJS_DIR
5
ARG NGINX_CONF_DIR
0 commit comments