From 7f78579c4cb4913ff3d008361655ae088eef0059 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 05:06:21 +0000 Subject: [PATCH] Update nginx Docker tag to v1.25.4 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 7308578..4714ed4 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -15,7 +15,7 @@ COPY . /app RUN npm run build # production environment -FROM nginx:1.17.5-alpine +FROM nginx:1.25.4-alpine COPY --from=build /app/build /usr/share/nginx/html # if you are using react router # you need to overwrite the default nginx configurations