From 2051796a7160af0bd3df287dbf96a32e1a331960 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 04:41:47 +0000 Subject: [PATCH] Update nginx Docker tag to v1.27.3 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 7308578..553368b 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.27.3-alpine COPY --from=build /app/build /usr/share/nginx/html # if you are using react router # you need to overwrite the default nginx configurations