diff --git a/Dockerfile b/Dockerfile index c56d2e8..50cf353 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN npm run build ## Deploy the website using nginx -FROM nginx:1.23.2-alpine +FROM nginx:1.29.2-alpine # Copy build folder from 'builder' to the default nginx public folder RUN rm -rf /usr/share/nginx/html/*