Date: Tuesday, July 2, 2019 @ 10:20:22 Author: seblu Revision: 487246
upgpkg: docker 1:18.09.7-1 Modified: docker/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-02 10:08:22 UTC (rev 487245) +++ PKGBUILD 2019-07-02 10:20:22 UTC (rev 487246) @@ -1,7 +1,7 @@ # Maintainer: Sébastien "Seblu" Luttringer pkgname=docker -pkgver=18.09.6 +pkgver=18.09.7 pkgrel=1 epoch=1 pkgdesc='Pack, ship and run any application as a lightweight container' @@ -18,7 +18,7 @@ # Use exact commit version from Dockerfile, see them in: # https://github.com/docker/docker-ce/blob/master/components/engine/hack/dockerfile/install/ _TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 -_LIBNETWORK_COMMIT=872f0a83c98add6cae255c8859e29532febc0039 +_LIBNETWORK_COMMIT=e7933d41e7b206756115aa9df5e0599fc5169742 source=("git+https://github.com/docker/docker-ce.git#tag=v$pkgver" "git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT" "git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT"
