From 9bc753fb9aed7cb0041603b2b7506316c8a0c711 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Tue, 23 May 2023 16:54:46 -0500 Subject: [PATCH] Upgrade nginx 1.25.0 --- Dockerfile | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9664bf3..7ee4f84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.18 WORKDIR /var/www/html -ENV NGINX_VERSION 1.24.0 +ENV NGINX_VERSION 1.25.0 ENV MORE_SET_HEADER_VERSION 0.34 ENV FANCYINDEX 0.5.2 diff --git a/README.md b/README.md index c928f22..f215635 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ this container is based on Alpine Linux and the nginx is compiled from the sourc ## Tags -* 1.24, latest +* 1.25, latest +* 1.24 * 1.23 * 1.22 * 1.21