diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 9d43924..39dfc4c 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -15,7 +15,7 @@ COPY . . RUN npm run build -FROM nginx:1.29.1-alpine +FROM nginx:1.29.3-alpine LABEL authors="irudenko" COPY --from=builder /app/dist /usr/share/nginx/html