diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 12ca540..792c35c 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -15,7 +15,7 @@ COPY . . RUN npm run build -FROM nginx:1.27.4-alpine +FROM nginx:1.29.0-alpine LABEL authors="irudenko" COPY --from=builder /app/dist /usr/share/nginx/html