Skip to content

Commit cc566df

Browse files
committed
fix
Signed-off-by: clyi <clyi@alauda.io>
1 parent 9ff6449 commit cc566df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/images/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN cd /usr/src/ && \
9494
# update ovs-sandbox for docker run
9595
git apply $SRC_DIR/54b767822916606dbb78335a3197983f435b5b8a.patch
9696

97-
RUN cd /usr/src/ && git clone -b branch-25.03 --depth=1 https://github.com/ovn-org/ovn.git && \
97+
RUN cd /usr/src/ && git clone -b branch-25.03 https://github.com/ovn-org/ovn.git && \
9898
cd ovn && git reset --hard d6f67771b336f5e16ac3fa74258de96cbb748ff6 && \
9999
# modify src route priority
100100
git apply $SRC_DIR/9ee66bd91be65605cffb9a490b4dba3bc13358e9.patch && \

0 commit comments

Comments
 (0)