Skip to content

Commit 38d2956

Browse files
Update NGINX version to 1.19.0
1 parent 50e908a commit 38d2956

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG GOLANG_CONTAINER=golang:latest
22

3-
FROM nginx:1.17.10 AS base
3+
FROM nginx:1.19.0 AS base
44

55
# forward nginx access and error logs to stdout and stderr of the ingress
66
# controller process

build/DockerfileForAlpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG GOLANG_CONTAINER=golang:latest
22

3-
FROM nginx:1.17.10-alpine AS base
3+
FROM nginx:1.19.0-alpine AS base
44

55
# forward nginx access and error logs to stdout and stderr of the ingress
66
# controller process

build/DockerfileWithOpentracing

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NGINX_VERSION=1.17.10
1+
ARG NGINX_VERSION=1.19.0
22
ARG OPENTRACING_CPP_VERSION=1.5.1
33
ARG GOLANG_CONTAINER=golang:latest
44

build/openshift/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL name="NGINX Ingress Controller" \
99
maintainer="NGINX Docker Maintainers <[email protected]>" \
1010
vendor="NGINX Inc <[email protected]>"
1111

12-
ENV NGINX_VERSION=1.17.10
12+
ENV NGINX_VERSION=1.19.0
1313

1414
RUN set -x \
1515
&& groupadd --system --gid 101 nginx \

docs-web/technical-specifications.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We provide the following Docker images, which include NGINX/NGINX Plus bundled w
1111

1212
### Images with NGINX
1313

14-
All images include NGINX 1.17.10.
14+
All images include NGINX 1.19.0.
1515
The supported architecture is x86-64.
1616

1717
```eval_rst
@@ -25,17 +25,17 @@ The supported architecture is x86-64.
2525
- DockerHub image
2626
* - Debian-based image
2727
- ``Dockerfile``
28-
- ``nginx:1.17.10``, which is based on ``debian:buster-slim``
28+
- ``nginx:1.19.0``, which is based on ``debian:buster-slim``
2929
-
3030
- ``nginx/nginx-ingress:1.7.0``
3131
* - Alpine-based image
3232
- ``DockerfileForAlpine``
33-
- ``nginx:1.17.10-alpine``, which is based on ``alpine:3.10``
33+
- ``nginx:1.19.0-alpine``, which is based on ``alpine:3.10``
3434
-
3535
- ``nginx/nginx-ingress:1.7.0-alpine``
3636
* - Debian-based image with Opentracing
3737
- ``DockerfileWithOpentracing``
38-
- ``nginx:1.17.10``, which is based on ``debian:buster-slim``
38+
- ``nginx:1.19.0``, which is based on ``debian:buster-slim``
3939
- OpenTracing API for C++ 1.5.1, NGINX plugin for OpenTracing, C++ OpenTracing binding for Jaeger 0.4.2
4040
-
4141
* - Ubi-based image

0 commit comments

Comments
 (0)