diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index 48d450e6c0b..e1b72c447aa 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -43,7 +43,7 @@ RUN cd /usr/src/ && git clone -b branch-22.03 --depth=1 https://github.com/ovn-o # change hash type from dp_hash to hash with field src_ip curl -s https://github.com/kubeovn/ovn/commit/ab923b252271cbbcccc8091e338ee7efe75e5fcd.patch | git apply && \ # set ether dst addr for dnat on logical switch - curl -s https://github.com/kubeovn/ovn/commit/f6217e2c1d9a24eb4595c75727202daf05dadc85.patch | git apply && \ + curl -s https://github.com/kubeovn/ovn/commit/58a40438926745dfdd498c09ea71e1746b803a42.patch | git apply && \ sed -i 's/OVN/ovn/g' debian/changelog && \ rm -rf .git && \ ./boot.sh && \