diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index bfeca01408c5..06740eafdf1d 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -35,7 +35,7 @@ RUN cd /usr/src/ && git clone -b v22.03.1 --depth=1 https://github.com/ovn-org/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/becdbaf19193e02b89f3bdade52eeab3aff24fc0.patch | git apply && \ + curl -s https://github.com/kubeovn/ovn/commit/f6217e2c1d9a24eb4595c75727202daf05dadc85.patch | git apply && \ sed -i 's/OVN/ovn/g' debian/changelog && \ rm -rf .git && \ ./boot.sh && \