diff --git a/containers/fabric-router/Dockerfile b/containers/fabric-router/Dockerfile index 744351a..af664ca 100644 --- a/containers/fabric-router/Dockerfile +++ b/containers/fabric-router/Dockerfile @@ -2,7 +2,7 @@ # roles in deploy/containerlab, layered with common network debugging tools # so issues can be triaged from inside the container without a separate # toolbox image. -ARG FRR_VERSION=10.2.0 +ARG FRR_VERSION=10.7.0 FROM quay.io/frrouting/frr:${FRR_VERSION} RUN apk add --no-cache \