diff --git a/packages/docker-proxy/Cargo.toml b/packages/docker-proxy/Cargo.toml index cdf50e06f87..3de9241a1d5 100644 --- a/packages/docker-proxy/Cargo.toml +++ b/packages/docker-proxy/Cargo.toml @@ -12,8 +12,8 @@ path = "pkg.rs" releases-url = "https://github.com/docker/libnetwork/releases" [[package.metadata.build-package.external-files]] -url = "https://github.com/docker/libnetwork/archive/fa125a3512ee0f6187721c88582bf8c4378bd4d7/libnetwork-fa125a3512ee0f6187721c88582bf8c4378bd4d7.tar.gz" -sha512 = "dd583218fbeba8aeac2e4143369ad55a3e6c15d64f198f73e3656a80d0281a4374fb3be7bc05b01425461bf830762aa2c950da68ed0e3ae5884643e9d178c69e" +url = "https://github.com/docker/libnetwork/archive/64b7a4574d1426139437d20e81c0b6d391130ec8/libnetwork-64b7a4574d1426139437d20e81c0b6d391130ec8.tar.gz" +sha512 = "6a94fe23ce1bab0a428ee4bbe20089f5a4470e72c5da156b2b1a89de01cca803374fd9cdcd4c5b25b86af1c4e956c75a1a5ad7fb6639def7bcec69859a77c047" [build-dependencies] glibc = { path = "../glibc" } diff --git a/packages/docker-proxy/docker-proxy.spec b/packages/docker-proxy/docker-proxy.spec index 4f132f410e1..05272a032cc 100644 --- a/packages/docker-proxy/docker-proxy.spec +++ b/packages/docker-proxy/docker-proxy.spec @@ -3,12 +3,12 @@ %global goimport %{goproject}/%{gorepo} # Use the libnetwork commit listed in this file for the docker version we ship: # https://github.com/moby/moby/blob/DOCKER-VERSION-HERE/vendor.conf -%global commit fa125a3512ee0f6187721c88582bf8c4378bd4d7 +%global commit 64b7a4574d1426139437d20e81c0b6d391130ec8 %global _dwz_low_mem_die_limit 0 Name: %{_cross_os}docker-proxy -Version: 20.10.04 +Version: 20.10.12 Release: 1%{?dist} Summary: Docker CLI # mostly Apache-2.0, client/mflag is BSD-3-Clause