From b51194575bfe58dd9ffa6f072858fb9eca41409d Mon Sep 17 00:00:00 2001 From: LorcanMcVeigh Date: Fri, 9 Oct 2020 13:10:23 +0100 Subject: [PATCH] Update technical-specs doc --- docs-web/technical-specifications.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-web/technical-specifications.md b/docs-web/technical-specifications.md index cb76495b63..34e7572c9b 100644 --- a/docs-web/technical-specifications.md +++ b/docs-web/technical-specifications.md @@ -11,7 +11,7 @@ We provide the following Docker images, which include NGINX/NGINX Plus bundled w ### Images with NGINX -All images include NGINX 1.19.2. +All images include NGINX 1.19.3. The supported architecture is x86-64. ```eval_rst @@ -25,17 +25,17 @@ The supported architecture is x86-64. - DockerHub image * - Debian-based image - ``Dockerfile`` - - ``nginx:1.19.2``, which is based on ``debian:buster-slim`` + - ``nginx:1.19.3``, which is based on ``debian:buster-slim`` - - ``nginx/nginx-ingress:1.8.1`` * - Alpine-based image - ``DockerfileForAlpine`` - - ``nginx:1.19.2-alpine``, which is based on ``alpine:3.10`` + - ``nginx:1.19.3-alpine``, which is based on ``alpine:3.10`` - - ``nginx/nginx-ingress:1.8.1-alpine`` * - Debian-based image with Opentracing - ``DockerfileWithOpentracing`` - - ``nginx:1.19.2``, which is based on ``debian:buster-slim`` + - ``nginx:1.19.3``, which is based on ``debian:buster-slim`` - OpenTracing API for C++ 1.5.1, NGINX plugin for OpenTracing, C++ OpenTracing binding for Jaeger 0.4.2 - * - Ubi-based image