We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0184de + 481c4a2 commit 8136d7bCopy full SHA for 8136d7b
Dockerfile
@@ -78,7 +78,7 @@ RUN cd /opt && \
78
79
# iproute
80
ARG IPROUTE2_GIT_URL="git://git.kernel.org/pub/scm/network/iproute2/iproute2.git"
81
-ARG IPROUTE2_GIT_SHA="v6.14.0"
+ARG IPROUTE2_GIT_SHA="v6.15.0"
82
RUN cd /opt && \
83
git clone "${IPROUTE2_GIT_URL}" iproute2 && \
84
cd iproute2 && \
0 commit comments