From 996fedd2b39079e4a3290e9690caf226eb04626a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 14 Feb 2025 12:11:39 +0000
Subject: [PATCH] build(deps): Bump nginxinc/nginx-unprivileged from 1.27.3 to
 1.27.4

Bumps nginxinc/nginx-unprivileged from 1.27.3 to 1.27.4.

---
updated-dependencies:
- dependency-name: nginxinc/nginx-unprivileged
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index cdf2b21..c2d82b5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,5 +10,5 @@ COPY . .
 RUN npm run build
 
 # The production image
-FROM nginxinc/nginx-unprivileged:1.27.3 AS production
+FROM nginxinc/nginx-unprivileged:1.27.4 AS production
 COPY --from=builder /app/build/ /usr/share/nginx/html/
-- 
GitLab