diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 02a89c8..60137e2 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -11,7 +11,7 @@ COPY . . RUN npm run build -FROM nginx:1.27.4-alpine +FROM nginx:1.28.0-alpine LABEL authors="irudenko" COPY --from=builder /app/dist /usr/share/nginx/html