diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 7308578..7898d07 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.26.0-alpine COPY --from=build /app/build /usr/share/nginx/html # if you are using react router # you need to overwrite the default nginx configurations