diff --git a/polling-app-client/Dockerfile b/polling-app-client/Dockerfile
index da4ab90..d7cc802 100644
--- a/polling-app-client/Dockerfile
+++ b/polling-app-client/Dockerfile
@@ -24,7 +24,7 @@ ENV REACT_APP_API_BASE_URL=${REACT_APP_API_BASE_URL}
 RUN npm run build
 
 #### Stage 2: Serve the React application from Nginx
-FROM nginx:1.17.0-alpine
+FROM nginx:1.27.5-alpine
 
 # Copy the react build from Stage 1
 COPY --from=build /app/build /var/www