From 20f6b632cbceb7a045e0a50ba406441428d254d4 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 14 Oct 2023 21:10:46 +0300
Subject: [PATCH] Nginx: Update the base image.

---
 nginx/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nginx/Dockerfile b/nginx/Dockerfile
index 9ebbb22..bb0e17e 100644
--- a/nginx/Dockerfile
+++ b/nginx/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker.io/nginx:1.25.0-alpine
+FROM docker.io/nginx:1.25.2-alpine
 # hadolint ignore=DL3018
 RUN rm -rf /etc/nginx/conf.d/* && \
     chmod 777 /run && \
-- 
GitLab