Skip to content

Commit

Permalink
Update True Ingress to fix UDP packet length bug
Browse files Browse the repository at this point in the history
  • Loading branch information
caboteria committed May 21, 2024
1 parent 369fdd2 commit 96599f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get install -y tcpdump
# Download the packet forwarding components from the true-ingress project
RUN mkdir -p /opt/acnodal/bin
RUN curl --silent --show-error -L \
https://github.com/epic-gateway/true-ingress/releases/download/v0.24.0-options25/true-ingress.tar.bz2 | \
https://github.com/epic-gateway/true-ingress/releases/download/v0.27.0/true-ingress.tar.bz2 | \
tar -C /opt/acnodal -xjf -

WORKDIR /
Expand Down

0 comments on commit 96599f2

Please sign in to comment.