diff options
Diffstat (limited to 'community/docker')
-rw-r--r-- | community/docker/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD index 695848e03e..1282a3bbc5 100644 --- a/community/docker/APKBUILD +++ b/community/docker/APKBUILD @@ -5,7 +5,7 @@ pkgname=docker pkgver=19.03.1 _gitcommit=74b1e89e8ac68948be88fe0aa1e2767ae28659fe # https://github.com/docker/docker-ce/commits/v$pkgver _ver=${pkgver/_/-}-ce -pkgrel=1 +pkgrel=2 pkgdesc="Pack, ship and run any application as a lightweight container" url="http://www.docker.io/" arch="all" |