Skip to content

Commit

Permalink
iproute: switch to latest version 6.5.0
Browse files Browse the repository at this point in the history
Latest one, we need it: we check we have the last one and abort if not.

Signed-off-by: Matthieu Baerts <[email protected]>
  • Loading branch information
matttbe committed Sep 6, 2023
1 parent 7a67fad commit b2c2733
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 @@ -77,7 +77,7 @@ RUN cd /opt && \

# iproute
ARG IPROUTE2_GIT_URL="https://git.kernel.org/pub/scm/network/iproute2/iproute2.git"
ARG IPROUTE2_GIT_SHA="v6.4.0"
ARG IPROUTE2_GIT_SHA="v6.5.0"
ENV IPROUTE2_GIT_SHA="${IPROUTE2_GIT_SHA}"
RUN cd /opt && \
git clone "${IPROUTE2_GIT_URL}" iproute2 && \
Expand Down

0 comments on commit b2c2733

Please sign in to comment.