diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index 1373114336a..d512e0d2671 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -15,6 +15,8 @@ RUN cd /usr/src/ && \ cd ovs && \ # fix memleak curl -s https://github.com/kubeovn/ovs/commit/2dc8e7aa202818952b2fa80b47298604530c9de0.patch | git apply && \ + # fix log file descriptor leak in monitor process + curl -s https://github.com/kubeovn/ovs/commit/918d6dc79634bec760054ee53f7628186315bcfb.patch | git apply && \ curl -s https://github.com/kubeovn/ovs/commit/22ea22c40b46ee5adeae977ff6cfca81b3ff25d7.patch | git apply && \ ./boot.sh && \ rm -rf .git && \