Skip to content

Commit

Permalink
Bump libnetwork commit
Browse files Browse the repository at this point in the history
Full diff
moby/libnetwork@5c1218c...c15b372

Fixes a panic on concurrent read/write to a map.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
  • Loading branch information
cpuguy83 committed Apr 12, 2018
1 parent 6f4bf56 commit 248aed5
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 11 deletions.
2 changes: 1 addition & 1 deletion hack/dockerfile/install/proxy.installer
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# LIBNETWORK_COMMIT is used to build the docker-userland-proxy binary. When
# updating the binary version, consider updating github.com/docker/libnetwork
# in vendor.conf accordingly
LIBNETWORK_COMMIT=5c1218c956c99f3365711974e300087810c31379
LIBNETWORK_COMMIT=c15b372ef22125880d378167dde44f4b134e1a77

install_proxy() {
case "$1" in
Expand Down
2 changes: 1 addition & 1 deletion vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ github.com/tonistiigi/fsutil dea3a0da73aee887fc02142d995be764106ac5e2
#get libnetwork packages

# When updating, also update LIBNETWORK_COMMIT in hack/dockerfile/install/proxy accordingly
github.com/docker/libnetwork 5c1218c956c99f3365711974e300087810c31379
github.com/docker/libnetwork c15b372ef22125880d378167dde44f4b134e1a77
github.com/docker/go-events 9461782956ad83b30282bf90e31fa6a70c255ba9
github.com/armon/go-radix e39d623f12e8e41c7b5529e9a9dd67a1e2261f80
github.com/armon/go-metrics eb0af217e5e9747e41dd5303755356b62d28e3ec
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/docker/libnetwork/networkdb/delegate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 248aed5

Please sign in to comment.