diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-05-01 10:47:15 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-05-01 15:22:06 +0000 |
commit | a3bdef0b8a07a73c0c80fa951bf2ff84910c1b3b (patch) | |
tree | 0b8b992d3ffb985edc9f18b1e6aa01e38ecd9f39 /community/docker-registry | |
parent | c7f555f5f1ce8fbc359d15c584afd1c397a7292d (diff) | |
download | aports-a3bdef0b8a07a73c0c80fa951bf2ff84910c1b3b.tar.bz2 aports-a3bdef0b8a07a73c0c80fa951bf2ff84910c1b3b.tar.xz |
community/various: security rebuild (CVE-2020-7919)
Diffstat (limited to 'community/docker-registry')
-rw-r--r-- | community/docker-registry/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/docker-registry/APKBUILD b/community/docker-registry/APKBUILD index d12582300d..5d11ef42ef 100644 --- a/community/docker-registry/APKBUILD +++ b/community/docker-registry/APKBUILD @@ -2,7 +2,7 @@ pkgname=docker-registry pkgver=2.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+" url="https://github.com/docker/distribution" arch="all !s390x !mips !mips64" |