diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-05-13 12:12:53 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-06-03 09:32:13 -0400 |
commit | ade7848788f9b9b1fdf64c2569601ae187e92b1c (patch) | |
tree | d0ee6f10ec3b61e5891c36475f91d65661802943 | |
parent | ea4c3c3ebac169c3b609476de1cae9bf826e2e50 (diff) | |
download | meta-virtualization-ade7848788f9b9b1fdf64c2569601ae187e92b1c.tar.gz |
docker/moby/libnetwork: update to -latest
Bumping libnetwork to version v0.7.0-dev.3-1830-g339b972b, which comprises the following commits:
9db86fb7 Only check if route overlaps routes with scope: LINK
7b9c2905 fix port forwarding with ipv6.disable=1
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker/docker-moby_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb index 46855503..f7f0f6fa 100644 --- a/recipes-containers/docker/docker-moby_git.bb +++ b/recipes-containers/docker/docker-moby_git.bb | |||
@@ -35,7 +35,7 @@ DESCRIPTION = "Linux container runtime \ | |||
35 | # to a docker.inc recipe | 35 | # to a docker.inc recipe |
36 | 36 | ||
37 | SRCREV_moby = "f756502055d2e36a84f2068e6620bea5ecf09058" | 37 | SRCREV_moby = "f756502055d2e36a84f2068e6620bea5ecf09058" |
38 | SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8" | 38 | SRCREV_libnetwork = "339b972b464ee3d401b5788b2af9e31d09d6b7da" |
39 | SRCREV_cli = "a224086349269551becacce16e5842ceeb2a98d6" | 39 | SRCREV_cli = "a224086349269551becacce16e5842ceeb2a98d6" |
40 | SRCREV_FORMAT = "moby_libnetwork" | 40 | SRCREV_FORMAT = "moby_libnetwork" |
41 | SRC_URI = "\ | 41 | SRC_URI = "\ |