Skip to content

Commit 8136d7b

Browse files
committed
Merge branch 'latest' into net
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
2 parents f0184de + 481c4a2 commit 8136d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN cd /opt && \
7878

7979
# iproute
8080
ARG IPROUTE2_GIT_URL="git://git.kernel.org/pub/scm/network/iproute2/iproute2.git"
81-
ARG IPROUTE2_GIT_SHA="v6.14.0"
81+
ARG IPROUTE2_GIT_SHA="v6.15.0"
8282
RUN cd /opt && \
8383
git clone "${IPROUTE2_GIT_URL}" iproute2 && \
8484
cd iproute2 && \

0 commit comments

Comments
 (0)