From 5a28889406345768523b5dc91c2ebac1079ba003 Mon Sep 17 00:00:00 2001
From: Daniel Carrillo <daniel.carrillo@gmail.com>
Date: Fri, 7 Feb 2025 18:48:14 +0100
Subject: [PATCH] Bump nginx to 1.27.4

---
 README.md | 2 +-
 conf.env  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f04cd39..1194d26 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ![build](https://github.com/dcarrillo/docker-nginx/workflows/CI/badge.svg)
 
-Nginx docker image with a minimal set of modules.
+Nginx docker image with a minimal set of modules. The image is based on the official Nginx image and it is built from source.
 
 Current modules:
 
diff --git a/conf.env b/conf.env
index ea5b3c1..8f2933f 100644
--- a/conf.env
+++ b/conf.env
@@ -1,2 +1,2 @@
-NGINX_VERSION=1.27.3
+NGINX_VERSION=1.27.4
 DOCKER_IMAGE=dcarrillo/nginx