Skip to content

Commit b02e8b9

Browse files
Upgrade NGINX base image to version 1.28.3-8-azl3.0.20260722 in Dockerfile
1 parent 60f352a commit b02e8b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ContentProcessorWeb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ENV REACT_APP_WEB_CLIENT_ID=APP_WEB_CLIENT_ID \
3333
RUN pnpm build
3434

3535
# Stage 2: Serve the application with NGINX
36-
FROM mcr.microsoft.com/azurelinux/base/nginx:1.25
36+
FROM mcr.microsoft.com/azurelinux/base/nginx:1.28.3-8-azl3.0.20260722
3737

3838
# Copy the built files from the previous stage
3939
COPY --from=builder /app/build /usr/share/nginx/html

0 commit comments

Comments
 (0)