diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ecdce9d..62b5fc6 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -15,7 +15,7 @@ FROM development AS build RUN npm run build -FROM nginx:1.29-alpine AS production +FROM nginx:1.31-alpine AS production COPY nginx.conf /etc/nginx/conf.d/default.conf COPY --from=build /app/dist /usr/share/nginx/html