diff --git a/frontend/events/Dockerfile b/frontend/events/Dockerfile index 12c2225..5e1da7c 100644 --- a/frontend/events/Dockerfile +++ b/frontend/events/Dockerfile @@ -14,7 +14,7 @@ RUN npm run build -FROM nginx:stable-alpine +FROM nginx:1.27.2-alpine3.20 COPY nginx.conf /etc/nginx/nginx.conf COPY --from=build /usr/src/app/dist/events /usr/share/nginx/html