diff --git a/Dockerfile b/Dockerfile index 40bc35b..f009fea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN npm ci COPY . . RUN npm run build -- --configuration production -FROM nginx:1.27-alpine AS runtime +FROM nginx:1.31-alpine AS runtime COPY nginx.conf /etc/nginx/nginx.conf COPY --from=build /app/dist/freshcart-customer/browser /usr/share/nginx/html