From b02e8b972cf0c1997d18bc38181dc324ab6c7027 Mon Sep 17 00:00:00 2001 From: KanchanN-Microsoft Date: Tue, 28 Jul 2026 08:33:42 +0530 Subject: [PATCH] Upgrade NGINX base image to version 1.28.3-8-azl3.0.20260722 in Dockerfile --- src/ContentProcessorWeb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ContentProcessorWeb/Dockerfile b/src/ContentProcessorWeb/Dockerfile index 8844a03a..60c56389 100644 --- a/src/ContentProcessorWeb/Dockerfile +++ b/src/ContentProcessorWeb/Dockerfile @@ -33,7 +33,7 @@ ENV REACT_APP_WEB_CLIENT_ID=APP_WEB_CLIENT_ID \ RUN pnpm build # Stage 2: Serve the application with NGINX -FROM mcr.microsoft.com/azurelinux/base/nginx:1.25 +FROM mcr.microsoft.com/azurelinux/base/nginx:1.28.3-8-azl3.0.20260722 # Copy the built files from the previous stage COPY --from=builder /app/build /usr/share/nginx/html