8000 chore: update nginx version to 1.19.9 (#1498) · nginx/kubernetes-ingress@a0a2d86 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0a2d86

Browse files
authored
chore: update nginx version to 1.19.9 (#1498)
1 parent 05c3cab commit a0a2d86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.0-experimental
2-
ARG NGINX_VERSION=1.19.8
2+
ARG NGINX_VERSION=1.19.9
33
ARG BUILD_OS=debian
44

55
############################################# Base image for Debian #############################################

docs-web/technical-specifications.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We provide the following Docker images, which include NGINX/NGINX Plus bundled w
1414

1515
### Images with NGINX
1616

17-
All images include NGINX 1.19.8.
17+
All images include NGINX 1.19.9.
1818
The supported architecture is x86-64.
1919

2020
```eval_rst
@@ -26,15 +26,15 @@ The supported architecture is x86-64.
2626
- Third-party modules
2727
- DockerHub image
2828
* - Debian-based image
29-
- ``nginx:1.19.8``, which is based on ``debian:buster-slim``
29+
- ``nginx:1.19.9``, which is based on ``debian:buster-slim``
3030
-
3131
- ``nginx/nginx-ingress:1.11.0``
3232
* - Alpine-based image
33-
- ``nginx:1.19.8-alpine``, which is based on ``alpine:3.13``
33+
- ``nginx:1.19.9-alpine``, which is based on ``alpine:3.13``
3434
-
3535
- ``nginx/nginx-ingress:1.11.0-alpine``
3636
* - Debian-based image with Opentracing
37-
- ``nginx:1.19.8``, which is based on ``debian:buster-slim``
37+
- ``nginx:1.19.9``, which is based on ``debian:buster-slim``
3838
- OpenTracing API for C++ 1.5.1, NGINX plugin for OpenTracing, C++ OpenTracing binding for Jaeger 0.4.2
3939
-
4040
* - Ubi-based image

0 commit comments

Comments
 (0)
0