Commit ffc2050b authored by Rohan's avatar Rohan

Update to VPP 2202

parent a54cb339
......@@ -67,7 +67,7 @@ WORKDIR /vpp-upf
COPY . .
# Applying vpp patches
RUN git clone -b stable/2101 https://github.com/fdio/vpp.git && \
RUN git clone -b stable/2202 https://github.com/fdio/vpp.git && \
git clone -b stable/1.4 https://github.com/travelping/upg-vpp.git && \
cd upg-vpp && \
cd .. && \
......
......@@ -57,7 +57,7 @@ WORKDIR /vpp-upf
COPY . .
# Applying vpp patches
RUN git clone -b stable/2101 https://github.com/fdio/vpp.git && \
RUN git clone -b stable/2202 https://github.com/fdio/vpp.git && \
git clone -b stable/1.4 https://github.com/travelping/upg-vpp.git && \
cd upg-vpp && \
cd .. && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment