Skip to content

Commit d123dac

Browse files
Update nginx Docker tag to v1.27.5 (#3308)
* Update nginx Docker tag to v1.27.5 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | nginx | 1.27.4 | 1.27.5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update README --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Saylor Berman <[email protected]>
1 parent d78c2c9 commit d123dac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following table lists the software versions NGINX Gateway Fabric supports.
6666

6767
| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus |
6868
|----------------------|-------------|------------|-----------|------------|
69-
| Edge | 1.2.1 | 1.25+ | 1.27.4 | R34 |
69+
| Edge | 1.2.1 | 1.25+ | 1.27.5 | R34 |
7070
| 1.6.2 | 1.2.1 | 1.25+ | 1.27.4 | R33 |
7171
| 1.6.1 | 1.2.1 | 1.25+ | 1.27.4 | R33 |
7272
| 1.6.0 | 1.2.1 | 1.25+ | 1.27.3 | R33 |

build/Dockerfile.nginx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.15
2-
FROM nginx:1.27.4-alpine-otel
2+
FROM nginx:1.27.5-alpine-otel
33

44
ARG NJS_DIR
55
ARG NGINX_CONF_DIR

0 commit comments

Comments
 (0)