Date: Tuesday, December 20, 2022 @ 20:46:29 Author: foxboron Revision: 1364727
upgpkg: docker 1:20.10.22-1 Modified: docker/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-20 20:39:20 UTC (rev 1364726) +++ PKGBUILD 2022-12-20 20:46:29 UTC (rev 1364727) @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=docker -pkgver=20.10.21 +pkgver=20.10.22 pkgrel=1 epoch=1 pkgdesc='Pack, ship and run any application as a lightweight container' @@ -18,7 +18,7 @@ 'docker-buildx: extended build capabilities') # https://github.com/moby/moby/tree/v20.10.0/hack/dockerfile/install _TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240 -_LIBNETWORK_COMMIT=0dde5c895075df6e3630e76f750a447cf63f4789 +_LIBNETWORK_COMMIT=dcdf8f176d1e13ad719e913e796fb698d846de98 source=("git+https://github.com/docker/cli.git#tag=v$pkgver" "git+https://github.com/moby/moby.git#tag=v$pkgver" "git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT"
